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 | 譽夂ョェ謐洩 | 11100110101000111001101011100111101011101010101011100110100011011000100101101011 | e6a39ae7aeaae68d896b |
EUC-JP | 譽夂ョェ謐洩 | 111011001010010111010100111010011000111010101110100011101010101011101011111011011011000111001100 | eca5d4e98eae8eaaebedb1cc |
UTF-8 | 譽夂ョェ謐洩 | 111010001010110110111101111001011010010010000010111011111011110110101110111011111011110110101010111010001010110010010000111001101011010010101001 | e8adbde5a482efbdaeefbdaae8ac90e6b4a9 |
UHC | 譽???謐洩 | 111001111110001000111111001111110011111111011010110011011110000011011101 | e7e23f3f3fdacde0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)