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 | 訝??弱? | 11100110011000100011111100111111100011101110001100111111 | e6623f3f8ee33f |
EUC-JP | 訝??弱? | 11101011110000110011111100111111101111001110010100111111 | ebc33f3fbce53f |
UTF-8 | 訝덌풎弱븅 | 111010001010100010011101111010111000110110001100111011011001001010001110111001011011110010110001111010111011100010000101 | e8a89deb8d8ced928ee5bcb1ebb885 |
UHC | 訝덌풎弱븅 | 11100100101110001000100011101111101111101001001011100101101100001011101011101001 | e4b888efbe92e5b0bae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)