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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 뢭딀먊뢭딀먊^ | 11101011101000101010110111101011100101001000000011101011101010001000101011101011101000101010110111101011100101001000000011101011101010001000101001011110 | eba2adeb9480eba88aeba2adeb9480eba88a5e |
UHC | 뢭딀먊뢭딀먊^ | 10001111011011011000101011100110100100001100100010001111011011011000101011100110100100001100100001011110 | 8f6d8ae690c88f6d8ae690c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)