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??? | 00111111001111110011111101100001001111110011111100111111 | 3f3f3f613f3f3f |
SJIS-WIN | 搖??a曜?? | 100111011000101000111111001111110110000110010111011010100011111100111111 | 9d8a3f3f61976a3f3f |
EUC-JP | 搖??a曜?? | 110110011110101000111111001111110110000111001101110010110011111100111111 | d9ea3f3f61cdcb3f3f |
UTF-8 | 搖쇽쉽a曜뱄슘 | 11100110100100001001011011101100100001111011110111101100100010011011110101100001111001101001101110011100111010111011000110000100111011001000101010011000 | e69096ec87bdec89bd61e69b9cebb184ec8a98 |
UHC | 搖쇽쉽a曜뱄슘 | 11101000111101001011110011101111101111011011000101100001111010001111100010111001111011111011110110110111 | e8f4bcefbdb161e8f8b9efbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)