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 | 弔肆呂伊 | 1001001010100010111000111110011010011000010000111000100011001001 | 92a2e3e6984388c9 |
EUC-JP | 弔肆呂伊 | 1100010010100100111001101110100011001111101001001011000011001011 | c4a4e6e8cfa4b0cb |
UTF-8 | 弔肆呂伊 | 111001011011110010010100111010001000001010000110111001011001000110000010111001001011110010001010 | e5bc94e88286e59182e4bc8a |
UHC | 弔肆呂伊 | 1111000011000000110111101110101111010101111001011110110010100101 | f0c0deebd5e5eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)