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 | ?????^K | 00111111001111110011111100111111001111110101111001001011 | 3f3f3f3f3f5e4b |
SJIS-WIN | ?????^K | 00111111001111110011111100111111001111110101111001001011 | 3f3f3f3f3f5e4b |
EUC-JP | ?????^K | 00111111001111110011111100111111001111110101111001001011 | 3f3f3f3f3f5e4b |
UTF-8 | 창챈혧챕혖^K | 1110110010110000101111011110110010110001100010001110110110011000101001111110110010110001100101011110110110011000100101100101111001001011 | ecb0bdecb188ed98a7ecb195ed98965e4b |
UHC | 창챈혧챕혖^K | 110000111010001011000011101001101100001010001111110000111010100111000010100000010101111001001011 | c3a2c3a6c28fc3a9c2815e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)