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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯??濡? | 11101001111100100011111100111111100101000100011100111111 | e9f23f3f94473f |
EUC-JP | 鶯??濡? | 11110010111101000011111100111111110001111010100000111111 | f2f43f3fc7a83f |
UTF-8 | 鶯볦뼚濡뾜 | 111010011011011010101111111010111011001110100110111010111011110010011010111001101011111110100001111010111011111010011100 | e9b6afebb3a6ebbc9ae6bfa1ebbe9c |
UHC | 鶯볦뼚濡뾜 | 11100101101000111001001111101100100101101010000011101011101000011001011101011001 | e5a393ec96a0eba19759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)