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 | 壯??墻?? | 1001101011100001001111110011111110011010110101000011111100111111 | 9ae13f3f9ad43f3f |
EUC-JP | 壯??墻?? | 1101010011100011001111110011111111010100110101100011111100111111 | d4e33f3fd4d63f3f |
UTF-8 | 壯㎩쳣墻쇔ㅁ | 111001011010001110101111111000111000111010101001111011001011001110100011111001011010001010111011111011001000011110010100111000111000010110000001 | e5a3afe38ea9ecb3a3e5a2bbec8794e38581 |
UHC | 壯㎩쳣墻쇔ㅁ | 111011011110000010100111111001011010101110001001111011011101111110111100111001011010010010110001 | ede0a7e5ab89eddfbce5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)