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 | 鶯??午? | 11101001111100100011111100111111100011001101111100111111 | e9f23f3f8cdf3f |
EUC-JP | 鶯??午? | 11110010111101000011111100111111101110001110000100111111 | f2f43f3fb8e13f |
UTF-8 | 鶯볢뵟午퀯 | 111010011011011010101111111010111011001110100010111010111011010110011111111001011000110110001000111011011000000010101111 | e9b6afebb3a2ebb59fe58d88ed80af |
UHC | 鶯볢뵟午퀯 | 11100101101000111001001111101000100101001001111111100111111011011011010001000010 | e5a393e8949fe7edb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)