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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?疾??疾?B | 001111111000111010111110001111110011111110001110101111100011111101000010 | 3f8ebe3f3f8ebe3f42 |
EUC-JP | ?疾??疾?B | 001111111011110011000000001111110011111110111100110000000011111101000010 | 3fbcc03f3fbcc03f42 |
UTF-8 | 셈疾솖셈疾솖B | 11101100100001011000100011100111100101101011111011101100100001101001011011101100100001011000100011100111100101101011111011101100100001101001011001000010 | ec8588e796beec8696ec8588e796beec869642 |
UHC | 셈疾솖셈疾솖B | 10111100110000001111001011110000101111001101011110111100110000001111001011110000101111001101011101000010 | bcc0f2f0bcd7bcc0f2f0bcd742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)