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 | 閱딁춦閱딁뒧^ | 11101001100101101011000111101011100101001000000111101100101101101010011011101001100101101011000111101011100101001000000111101011100100101010011101011110 | e996b1eb9481ecb6a6e996b1eb9481eb92a75e |
UHC | 閱딁춦閱딁뒧^ | 11100110111100111000101011100111101011011000010111100110111100111000101011100111100010101010001001011110 | e6f38ae7ad85e6f38ae78aa25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)