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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 茫件愁^ | 11100100101010011000110010001111100011110100010001011110 | e4a98c8f8f445e |
EUC-JP | 茫件愁^ | 11101000101010111011011111101111101111011010010101011110 | e8abb7efbda55e |
UTF-8 | 茫件愁^ | 11101000100011001010101111100100101110111011011011100110100001001000000101011110 | e88cabe4bbb6e684815e |
UHC | 茫件愁^ | 11011000110101001100101111101100111000011111111001011110 | d8d4cbece1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)