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 | 陜檎、シ繩ィ | 111010001001110110001100111001111010010010111100111000111000101010101000 | e89d8ce7a4bce38aa8 |
EUC-JP | 陜檎、シ繩ィ | 111011111111110110111000111010011000111010100100100011101011110011100101111010101000111010101000 | effdb8e98ea48ebce5ea8ea8 |
UTF-8 | 陜檎、シ繩ィ | 111010011001100110011100111001101010101010001110111011111011110110100100111011111011110110111100111001111011100110101001111011111011110110101000 | e9999ce6aa8eefbda4efbdbce7b9a9efbda8 |
UHC | 陜檎??繩? | 111110011111000011010000110101010011111100111111111000111011000100111111 | f9f0d0d53f3fe3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)