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 | 源均猩 | 100011001011100110001011110011111110000011001101 | 8cb98bcfe0cd |
EUC-JP | 源均猩 | 101110001011101110110110110100011110000011001111 | b8bbb6d1e0cf |
UTF-8 | 源均猩 | 111001101011101010010000111001011001110110000111111001111000110010101001 | e6ba90e59d87e78ca9 |
UHC | 源均猩 | 111010101011100111010000101100111110000011111010 | eab9d0b3e0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)