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 | 跌ク迢ク蓁呈 | 11100110111010011011100011100111100010111011100011100100111010111001001011100110 | e6e9b8e78bb8e4eb92e6 |
EUC-JP | 跌ク迢ク蓁呈 | 111011001110101110001110101110001110110111101011100011101011100011101000111011011100010011101000 | eceb8eb8edeb8eb8e8edc4e8 |
UTF-8 | 跌ク迢ク蓁呈 | 111010001011011110001100111011111011110110111000111010001011111110100010111011111011110110111000111010001001001110000001111001011001000110001000 | e8b78cefbdb8e8bfa2efbdb8e89381e59188 |
UHC | 跌????呈 | 1111001011110110001111110011111100111111001111111110111111010000 | f2f63f3f3f3fefd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)