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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咫??膺 | 100110100100000000111111001111111110010001011110 | 9a403f3fe45e |
EUC-JP | 咫??膺 | 110100111010000100111111001111111110011110111111 | d3a13f3fe7bf |
UTF-8 | 咫곁췹膺 | 111001011001001010101011111010101011001110000001111011001011011110111001111010001000011010111010 | e592abeab381ecb7b9e886ba |
UHC | 咫곁췹膺 | 1111001010100001101100001110011111000011111011111110101111101100 | f2a1b0e7c3efebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)