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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迢ク蟆願エ | 1110011110001011101110001110010110110000100010101110100010110100 | e78bb8e5b08ae8b4 |
EUC-JP | 迢ク蟆願エ | 11101101111010111000111010111000111010101011001010110100111010101000111010110100 | edeb8eb8eab2b4ea8eb4 |
UTF-8 | 迢ク蟆願エ | 111010001011111110100010111011111011110110111000111010001001111110000110111010011010000110011000111011111011110110110100 | e8bfa2efbdb8e89f86e9a198efbdb4 |
UHC | ???願? | 001111110011111100111111111010101100001100111111 | 3f3f3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)