To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀛??? | 1110000001101001001111110011111100111111 | e0693f3f3f |
EUC-JP | 瀛??? | 1101111111001010001111110011111100111111 | dfca3f3f3f |
UTF-8 | 瀛깗뢈輦 | 111001111000000010011011111010101011100110010111111010111010001010001000111011111010011010011000 | e7809beab997eba288efa698 |
UHC | 瀛깗뢈輦 | 1110011110111010100000111000111110001111010001001110011011100100 | e7ba838f8f44e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)