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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霄碕キ昴い^ | 11101000101110101000110111101010101101111001110111100011100000101010001001011110 | e8ba8deab79de382a25e |
EUC-JP | 霄碕キ昴い^ | 1111000010111100101110101110110010001110101101111101101011100101101001001010010001011110 | f0bcbaec8eb7dae5a4a45e |
UTF-8 | 霄碕キ昴い^ | 11101001100111001000010011100111101000101001010111101111101111011011011111100110100110001011010011100011100000011000010001011110 | e99c84e7a295efbdb7e698b4e381845e |
UHC | ???昴い^ | 0011111100111111001111111101100111011011101010101010010001011110 | 3f3f3fd9dbaaa45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)