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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬲ウ雍願セ | 1110100110101101101100111110100010110100100010101110100010111110 | e9adb3e8b48ae8be |
EUC-JP | 鬲ウ雍願セ | 11110010101011111000111010110011111100001011011010110100111010101000111010111110 | f2af8eb3f0b6b4ea8ebe |
UTF-8 | 鬲ウ雍願セ | 111010011010110010110010111011111011110110110011111010011001101110001101111010011010000110011000111011111011110110111110 | e9acb2efbdb3e99b8de9a198efbdbe |
UHC | ??雍願? | 00111111001111111110100010111100111010101100001100111111 | 3f3fe8bceac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)