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 | ??????LF | 0011111100111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f3f4c46 |
SJIS-WIN | ??????LF | 0011111100111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f3f4c46 |
EUC-JP | ??????LF | 0011111100111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f3f4c46 |
UTF-8 | 창짰체횂횓챗LF | 1110110010110000101111011110110010100111101100001110110010110010101101001110110110011010100000101110110110011010100100111110110010110001100101110100110001000110 | ecb0bdeca7b0ecb2b4ed9a82ed9a93ecb1974c46 |
UHC | 창짰체횂횓챗LF | 1100001110100010110000101010111011000011101111001100001110000010110000111000111011000011101010100100110001000110 | c3a2c2aec3bcc382c38ec3aa4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)