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 | 劑?佇???^ | 100110011001110100111111100110001100100000111111001111110011111101011110 | 999d3f98c83f3f3f5e |
EUC-JP | 劑?佇???^ | 110100011111110100111111110100001100101000111111001111110011111101011110 | d1fd3fd0ca3f3f3f5e |
UTF-8 | 劑렡佇쟉렰렩^ | 11100101100010101001000111101011101000001010000111100100101111011000011111101100100111111000100111101011101000001011000011101011101000001010100101011110 | e58a91eba0a1e4bd87ec9f89eba0b0eba0a95e |
UHC | 劑렡佇쟉렰렩^ | 11110000101001011000111010110010111011101011011111000000111100011000111010111101100011101011011101011110 | f0a58eb2eeb7c0f18ebd8eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)