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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柞蜚窘 | 100111100110111111100101100101001110001001111010 | 9e6fe594e27a |
EUC-JP | 柞蜚窘 | 110110111101000011101001111101001110001111011011 | dbd0e9f4e3db |
UTF-8 | 柞蜚窘 | 111001101001111110011110111010001001110010011010111001111010101010011000 | e69f9ee89c9ae7aa98 |
UHC | ?蜚窘 | 0011111111011110101001001100111111010111 | 3fdea4cfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)