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 | 齬??膺 | 111010101001011100111111001111111110010001011110 | ea973f3fe45e |
EUC-JP | 齬??膺 | 111100111111011100111111001111111110011110111111 | f3f73f3fe7bf |
UTF-8 | 齬잙굝膺 | 111010011011110110101100111011001001111010011001111010101011010110011101111010001000011010111010 | e9bdacec9e99eab59de886ba |
UHC | 齬잙굝膺 | 1110010111100001100111111110101110000010100001011110101111101100 | e5e19feb8285ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)