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 | 訝??辱ュ? | 111001100110001000111111001111111001000001001010100000111000010100111111 | e6623f3f904a83853f |
EUC-JP | 訝??辱ュ? | 111010111100001100111111001111111011111110101011101001011110010100111111 | ebc33f3fbfaba5e53f |
UTF-8 | 訝덌푳辱ュ넍 | 111010001010100010011101111010111000110110001100111011011001000110110011111010001011111010110001111000111000001110100101111010111000010010001101 | e8a89deb8d8ced91b3e8beb1e383a5eb848d |
UHC | 訝덌푳辱ュ넍 | 111001001011100010001000111011111011111010000001111010011011010010101011111001011000011010011001 | e4b888efbe81e9b4abe58699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)