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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
UTF-8 | 창쨈혘혣혙W | 11101100101100001011110111101100101010001000100011101101100110001001100011101101100110001010001111101101100110001001100101010111 | ecb0bdeca888ed9898ed98a3ed989957 |
UHC | 창쨈혘혣혙W | 1100001110100010110000101011010011000010100000111100001010001100110000101000010001010111 | c3a2c2b4c283c28cc28457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)