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 | 尺岦赦 | 100011101101101011111010101011001000111011001101 | 8edafaac8ecd |
EUC-JP | 尺岦赦 | 10111100110111001000111110111011101100111011110011001111 | bcdc8fbbb3bccf |
UTF-8 | 尺岦赦 | 111001011011000010111010111001011011001010100110111010001011010110100110 | e5b0bae5b2a6e8b5a6 |
UHC | 尺?赦 | 1111010010101001001111111101111011110101 | f4a93fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)