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 | 墻????? | 10011010110101000011111100111111001111110011111100111111 | 9ad43f3f3f3f3f |
EUC-JP | 墻????? | 11010100110101100011111100111111001111110011111100111111 | d4d63f3f3f3f3f |
UTF-8 | 墻썹툧歷됵숯 | 111001011010001010111011111011001000110110111001111011011000100010100111111011111010011010001100111010111001000010110101111011001000100010101111 | e5a2bbec8db9ed88a7efa68ceb90b5ec88af |
UHC | 墻썹툧歷됵숯 | 111011011101111110111101111001111011100010011110111001101011100010001001111011111011110110100001 | eddfbde7b89ee6b889efbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)