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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | ?楡?U | 0011111110011110101111100011111101010101 | 3f9ebe3f55 |
EUC-JP | 馹楡?U | 10001111111010011010000111011100110000000011111101010101 | 8fe9a1dcc03f55 |
UTF-8 | 馹楡잎U | 11101001101001101011100111100110101001011010000111101100100111101000111001010101 | e9a6b9e6a5a1ec9e8e55 |
UHC | 馹楡잎U | 11101100111100011110101011111000110000001101100101010101 | ecf1eaf8c0d955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)