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 | ?\? | 001111110101110000111111 | 3f5c3f |
SJIS-WIN | 辿\棚 | 1001001001001000010111001001001001001001 | 92485c9249 |
EUC-JP | 辿\棚 | 1100001110101001010111001100001110101010 | c3a95cc3aa |
UTF-8 | 辿\棚 | 11101000101111101011111101011100111001101010001110011010 | e8bebf5ce6a39a |
UHC | ?\棚 | 00111111010111001101110111011100 | 3f5cdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)