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 | 莨医オ^ | 11100100101111001000100011100011100000110100100101011110 | e4bc88e383495e |
EUC-JP | 莨医オ^ | 11101000101111101011000011100101101001011010101001011110 | e8beb0e5a5aa5e |
UTF-8 | 莨医オ^ | 11101000100011101010100011100101100011001011101111100011100000101010101001011110 | e88ea8e58cbbe382aa5e |
UHC | ??オ^ | 0011111100111111101010111010101001011110 | 3f3fabaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)