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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訝??鹽? | 11100110011000100011111100111111111010100110010000111111 | e6623f3fea643f |
EUC-JP | 訝??鹽? | 11101011110000110011111100111111111100111100010100111111 | ebc33f3ff3c53f |
UTF-8 | 訝덌쉐鹽쐬 | 111010001010100010011101111010111000110110001100111011001000100110010000111010011011100110111101111011001001000010101100 | e8a89deb8d8cec8990e9b9bdec90ac |
UHC | 訝덌쉐鹽쐬 | 11100100101110001000100011101111101111011010011011100111101001001011110111111101 | e4b888efbda6e7a4bdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)