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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????殃 | 0011111100111111001111110011111100111111001111111001111101101001 | 3f3f3f3f3f3f9f69 |
EUC-JP | ??????殃 | 0011111100111111001111110011111100111111001111111101110111001010 | 3f3f3f3f3f3fddca |
UTF-8 | 셔롈렽샬셔섰殃 | 111011001000010110010100111010111010000110001000111010111010000010111101111011001000001110101100111011001000010110010100111011001000010010110000111001101010111010000011 | ec8594eba188eba0bdec83acec8594ec84b0e6ae83 |
UHC | 셔롈렽샬셔섰殃 | 1011110011000101100011101100111010001110110001011011110010100011101111001100010110111100101110011110010011101010 | bcc58ece8ec5bca3bcc5bcb9e4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)