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 | ?橈譽^ | 001111111001111011110100111001101010001101011110 | 3f9ef4e6a35e |
EUC-JP | ?橈譽^ | 001111111101110011110110111011001010010101011110 | 3fdcf6eca55e |
UTF-8 | 뾸橈譽^ | 11101011101111101011100011100110101010011000100011101000101011011011110101011110 | ebbeb8e6a988e8adbd5e |
UHC | 뾸橈譽^ | 10010111011110101110100011111010111001111110001001011110 | 977ae8fae7e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)