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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 聽丈音^ | 11100011111000111000111111100100100010011011100101011110 | e3e38fe489b95e |
EUC-JP | 聽丈音^ | 11100110111001011011111011100110101100101011101101011110 | e6e5bee6b2bb5e |
UTF-8 | 聽丈音^ | 11101000100000011011110111100100101110001000100011101001100111111011001101011110 | e881bde4b888e99fb35e |
UHC | 聽丈音^ | 11110100111010011110110111011011111010111110010101011110 | f4e9eddbebe55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)