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 | 箏エ鰾オ | 111000101011010110110100111010011110001010110101 | e2b5b4e9e2b5 |
EUC-JP | 箏エ鰾オ | 1110010010110111100011101011010011110010111001001000111010110101 | e4b78eb4f2e48eb5 |
UTF-8 | 箏エ鰾オ | 111001111010111010001111111011111011110110110100111010011011000010111110111011111011110110110101 | e7ae8fefbdb4e9b0beefbdb5 |
UHC | 箏??? | 1110111010110100001111110011111100111111 | eeb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)