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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?膀?膀^ | 00111111111001000100111000111111111001000100111001011110 | 3fe44e3fe44e5e |
EUC-JP | ?膀?膀^ | 00111111111001111010111100111111111001111010111101011110 | 3fe7af3fe7af5e |
UTF-8 | 뤶膀뤶膀^ | 11101011101001001011011011101000100001101000000011101011101001001011011011101000100001101000000001011110 | eba4b6e88680eba4b6e886805e |
UHC | 뤶膀뤶膀^ | 100011111110010011011011101110011000111111100100110110111011100101011110 | 8fe4dbb98fe4dbb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)