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? | 0011111100111111001111110110000100111111 | 3f3f3f613f |
SJIS-WIN | 搖??a鈺 | 10011101100010100011111100111111011000011111101111000100 | 9d8a3f3f61fbc4 |
EUC-JP | 搖??a鈺 | 1101100111101010001111110011111101100001100011111110001111010101 | d9ea3f3f618fe3d5 |
UTF-8 | 搖쇽쉽a鈺 | 11100110100100001001011011101100100001111011110111101100100010011011110101100001111010011000100010111010 | e69096ec87bdec89bd61e988ba |
UHC | 搖쇽쉽a鈺 | 111010001111010010111100111011111011110110110001011000011110100010101101 | e8f4bcefbdb161e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)