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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬟ョホサ峵勲 | 111010011010001110101110110011101011101111111010101011101000110001001101 | e9a3aecebbfaae8c4d |
EUC-JP | 鬟ョホサ?勲 | 1111001010100101100011101010111010001110110011101000111010111011001111111011011110101110 | f2a58eae8ece8ebb3fb7ae |
UTF-8 | 鬟ョホサ峵勲 | 111010011010110010011111111011111011110110101110111011111011111010001110111011111011110110111011111001011011001110110101111001011000101110110010 | e9ac9fefbdaeefbe8eefbdbbe5b3b5e58bb2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)