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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
UTF-8 | 셔섈셔렪렽샷a | 11101100100001011001010011101100100001001000100011101100100001011001010011101011101000001010101011101011101000001011110111101100100000111011011101100001 | ec8594ec8488ec8594eba0aaeba0bdec83b761 |
UHC | 셔섈셔렪렽샷a | 10111100110001011011110010101010101111001100010110001110101110001000111011000101101111001010011001100001 | bcc5bcaabcc58eb88ec5bca661 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)