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 | 讌泌昏^ | 11100110101001011001010011100101100011011010100001011110 | e6a594e58da85e |
EUC-JP | 讌泌昏^ | 11101100101001111100100011100111101110101010101001011110 | eca7c8e7baaa5e |
UTF-8 | 讌泌昏^ | 11101000101011101000110011100110101100111000110011100110100110001000111101011110 | e8ae8ce6b38ce6988f5e |
UHC | ?泌昏^ | 001111111111100110110010111110111110011101011110 | 3ff9b2fbe75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)