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 | ?????]?E | 0011111100111111001111110011111100111111010111010011111101000101 | 3f3f3f3f3f5d3f45 |
SJIS-WIN | ?????]?E | 0011111100111111001111110011111100111111010111010011111101000101 | 3f3f3f3f3f5d3f45 |
EUC-JP | ?????]?E | 0011111100111111001111110011111100111111010111010011111101000101 | 3f3f3f3f3f5d3f45 |
UTF-8 | 창철혘혣혖]챈E | 1110110010110000101111011110110010110010101000001110110110011000100110001110110110011000101000111110110110011000100101100101110111101100101100011000100001000101 | ecb0bdecb2a0ed9898ed98a3ed98965decb18845 |
UHC | 창철혘혣혖]챈E | 1100001110100010110000111011011011000010100000111100001010001100110000101000000101011101110000111010011001000101 | c3a2c3b6c283c28cc2815dc3a645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)