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 | 篌゚ク | 1110001010111010111100001111101011110000111110111101111110111000 | e2baf0faf0fbdfb8 |
EUC-JP | 篌??゚ク | 1110010010111100001111110011111110001110110111111000111010111000 | e4bc3f3f8edf8eb8 |
UTF-8 | 篌゚ク | 111001111010111110001100111011101000001010111001111011101000001010111010111011111011111010011111111011111011110110111000 | e7af8cee82b9ee82baefbe9fefbdb8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)