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 | 娃⑨?罌? | 1000100010100001100001110100100000111111111000111010000000111111 | 88a187483fe3a03f |
EUC-JP | 娃??罌? | 10110000101000110011111100111111111001101010001000111111 | b0a33f3fe6a23f |
UTF-8 | 娃⑨슬罌왧 | 111001011010100010000011111000101001000110101000111011001000101010101100111001111011110110001100111011001001100110100111 | e5a883e291a8ec8aace7bd8cec99a7 |
UHC | 娃⑨슬罌왧 | 11101000110111111010100011101111101111011011110111100101101000101001111011010000 | e8dfa8efbdbde5a29ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)