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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 濡??辱 | 100101000100011100111111001111111001000001001010 | 94473f3f904a |
EUC-JP | 濡??辱 | 110001111010100000111111001111111011111110101011 | c7a83f3fbfab |
UTF-8 | 濡뚮쨿辱 | 111001101011111110100001111010111001101010101110111011001010100010111111111010001011111010110001 | e6bfa1eb9aaeeca8bfe8beb1 |
UHC | 濡뚮쨿辱 | 1110101110100001100011001110101110100100100110011110100110110100 | eba18ceba499e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)