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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??濡?? | 1110100111110010001111110011111110010100010001110011111100111111 | e9f23f3f94473f3f |
EUC-JP | 鶯??濡?? | 1111001011110100001111110011111111000111101010000011111100111111 | f2f43f3fc7a83f3f |
UTF-8 | 鶯볦뼚濡뽯젺 | 111010011011011010101111111010111011001110100110111010111011110010011010111001101011111110100001111010111011110110101111111011001010000010111010 | e9b6afebb3a6ebbc9ae6bfa1ebbdafeca0ba |
UHC | 鶯볦뼚濡뽯젺 | 111001011010001110010011111011001001011010100000111010111010000110010110111010111010000010101101 | e5a393ec96a0eba196eba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)