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 | 墻?㎞節?? | 100110101101010000111111100001110111000110010000110111110011111100111111 | 9ad43f877190df3f3f |
EUC-JP | 墻??節?? | 1101010011010110001111110011111111000000111000010011111100111111 | d4d63f3fc0e13f3f |
UTF-8 | 墻꿰㎞節댐숲 | 111001011010001010111011111010101011111110110000111000111000111010011110111001111010111110000000111010111000110010010000111011001000100010110010 | e5a2bbeabfb0e38e9ee7af80eb8c90ec88b2 |
UHC | 墻꿰㎞節댐숲 | 111011011101111110110010111001111010011110110000111011111011110110110100111011111011110110100011 | eddfb2e7a7b0efbdb4efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)