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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 莵赦鴫U | 11100100101101111000111011001101100011101011000001010101 | e4b78ecd8eb055 |
EUC-JP | 莵赦鴫U | 11101000101110011011110011001111101111001011001001010101 | e8b9bccfbcb255 |
UTF-8 | 莵赦鴫U | 11101000100011101011010111101000101101011010011011101001101101001010101101010101 | e88eb5e8b5a6e9b4ab55 |
UHC | ?赦?U | 0011111111011110111101010011111101010101 | 3fdef53f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)