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 | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
SJIS-WIN | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
EUC-JP | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
UTF-8 | 창횁철횓챰체rB | 1110110010110000101111011110110110011010100000011110110010110010101000001110110110011010100100111110110010110001101100001110110010110010101101000111001001000010 | ecb0bded9a81ecb2a0ed9a93ecb1b0ecb2b47242 |
UHC | 창횁철횓챰체rB | 1100001110100010110000111000000111000011101101101100001110001110110000111011000111000011101111000111001001000010 | c3a2c381c3b6c38ec3b1c3bc7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)