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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窈??円 | 111000100111011100111111001111111000100101111110 | e2773f3f897e |
EUC-JP | 窈??円 | 111000111101100000111111001111111011000111011111 | e3d83f3fb1df |
UTF-8 | 窈곈툢円 | 111001111010101010001000111010101011001110001000111011011000100010100010111001011000011010000110 | e7aa88eab388ed88a2e58686 |
UHC | 窈곈툢円 | 1110100110100001101100001110100110111000100110011110010111110111 | e9a1b0e9b899e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)