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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???墻??^ | 0011111100111111001111111001101011010100001111110011111101011110 | 3f3f3f9ad43f3f5e |
EUC-JP | ???墻??^ | 0011111100111111001111111101010011010110001111110011111101011110 | 3f3f3fd4d63f3f5e |
UTF-8 | 了묋뮅墻욤나^ | 11101111101001101011101011101011101011001000101111101011101011101000010111100101101000101011101111101100100110101010010011101011100000101001100001011110 | efa6baebac8bebae85e5a2bbec9aa4eb82985e |
UHC | 了묋뮅墻욤나^ | 11101000111001111001000111101000100100101001010011101101110111111011111111101000101100111010101001011110 | e8e791e89294eddfbfe8b3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)