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 | 鄒樞鴬 | 111001111011111010011110111000101000100110100111 | e7be9ee289a7 |
EUC-JP | 鄒樞鴬 | 111011101100000011011100111001001011001010101001 | eec0dce4b2a9 |
UTF-8 | 鄒樞鴬 | 111010011000010010010010111001101010100010011110111010011011010010101100 | e98492e6a89ee9b4ac |
UHC | 鄒樞? | 1111010111011011111101011101001000111111 | f5dbf5d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)