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 | 鶯??苑? | 11101001111100100011111100111111100010011001000100111111 | e9f23f3f89913f |
EUC-JP | 鶯??苑? | 11110010111101000011111100111111101100011111000100111111 | f2f43f3fb1f13f |
UTF-8 | 鶯볦엺苑뢆 | 111010011011011010101111111010111011001110100110111011001001011110111010111010001000101110010001111010111010001010000110 | e9b6afebb3a6ec97bae88b91eba286 |
UHC | 鶯볦엺苑뢆 | 11100101101000111001001111101100100111101000110011101010101111011000111101000010 | e5a393ec9e8ceabd8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)