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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鶯フ「F | 111010011111001011110010111100001100110010100010111100101111000001000110 | e9f2f2f0cca2f2f046 |
EUC-JP | 鶯?フ「?F | 111100101111010000111111100011101100110010001110101000100011111101000110 | f2f43f8ecc8ea23f46 |
UTF-8 | 鶯フ「F | 11101001101101101010111111101110100010001010011111101111101111101000110011101111101111011010001011101110100010001010011101000110 | e9b6afee88a7efbe8cefbda2ee88a746 |
UHC | 鶯????F | 11100101101000110011111100111111001111110011111101000110 | e5a33f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)