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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 形e?墻?? | 100011000110000010000010100001010011111110011010110101000011111100111111 | 8c6082853f9ad43f3f |
EUC-JP | 形e?墻?? | 101101111100000110100011111001010011111111010100110101100011111100111111 | b7c1a3e53fd4d63f3f |
UTF-8 | 形e쳣墻쇔ㅁ | 111001011011110110100010111011111011110110000101111011001011001110100011111001011010001010111011111011001000011110010100111000111000010110000001 | e5bda2efbd85ecb3a3e5a2bbec8794e38581 |
UHC | 形e쳣墻쇔ㅁ | 111110111010000110100011111001011010101110001001111011011101111110111100111001011010010010110001 | fba1a3e5ab89eddfbce5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)