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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恁?誣醍 | 10011100100011000011111111100110011101111001000111100111 | 9c8c3fe67791e7 |
EUC-JP | 恁?誣醍 | 11010111111011000011111111101011110110001100001011101001 | d7ec3febd8c2e9 |
UTF-8 | 恁쯩誣醍 | 111001101000000110000001111011001010111110101001111010001010101010100011111010011000011010001101 | e68181ecafa9e8aaa3e9868d |
UHC | 恁쯩誣醍 | 1110110011110110110000101110110111011001111101001111000010110101 | ecf6c2edd9f4f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)