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 | 葯??辱 | 111001001101111000111111001111111001000001001010 | e4de3f3f904a |
EUC-JP | 葯??辱 | 111010001110000000111111001111111011111110101011 | e8e03f3fbfab |
UTF-8 | 葯볡ㅊ辱 | 111010001001000110101111111010111011001110100001111000111000010110001010111010001011111010110001 | e891afebb3a1e3858ae8beb1 |
UHC | 葯볡ㅊ辱 | 1110010110110101100100111110011110100100101110101110100110110100 | e5b593e7a4bae9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)