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 | 隍る。費スウ | 111010001010010010000010111010011010000110010100111011111011110110110011 | e8a482e9a194efbdb3 |
EUC-JP | 隍る。費スウ | 111100001010011010100100111010111000111010100001110010001111000110001110101111011000111010110011 | f0a6a4eb8ea1c8f18ebd8eb3 |
UTF-8 | 隍る。費スウ | 111010011001101010001101111000111000001010001011111011111011110110100001111010001011001010111011111011111011110110111101111011111011110110110011 | e99a8de3828befbda1e8b2bbefbdbdefbdb3 |
UHC | 隍る?費?? | 111111001101101110101010111010110011111111011110101010000011111100111111 | fcdbaaeb3fdea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)