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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 淼夭勢濵ィB | 11111011010001011001101011101110100100001010100011111011010011011010100001000010 | fb459aee90a8fb4da842 |
EUC-JP | 淼夭勢濵ィB | 10001111110001111110011011010100111100001100000010101010100011111100100110100110100011101010100001000010 | 8fc7e6d4f0c0aa8fc9a68ea842 |
UTF-8 | 淼夭勢濵ィB | 11100110101101111011110011100101101001001010110111100101100010111010001011100110101111111011010111101111101111011010100001000010 | e6b7bce5a4ade58ba2e6bfb5efbda842 |
UHC | ?夭勢??B | 0011111111101000111011001110000110100111001111110011111101000010 | 3fe8ece1a73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)