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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?橈譽E | 001111111001111011110100111001101010001101000101 | 3f9ef4e6a345 |
EUC-JP | ?橈譽E | 001111111101110011110110111011001010010101000101 | 3fdcf6eca545 |
UTF-8 | 뾸橈譽E | 11101011101111101011100011100110101010011000100011101000101011011011110101000101 | ebbeb8e6a988e8adbd45 |
UHC | 뾸橈譽E | 10010111011110101110100011111010111001111110001001000101 | 977ae8fae7e245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)