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 | 隍贋シ夲スシ | 111010001010010010001010111001001011110010011010111011111011110110111100 | e8a48ae4bc9aefbdbc |
EUC-JP | 隍贋シ夲スシ | 111100001010011010110100111001101000111010111100110101001111000110001110101111011000111010111100 | f0a6b4e68ebcd4f18ebd8ebc |
UTF-8 | 隍贋シ夲スシ | 111010011001101010001101111010001011010010001011111011111011110110111100111001011010010010110010111011111011110110111101111011111011110110111100 | e99a8de8b48befbdbce5a4b2efbdbdefbdbc |
UHC | 隍????? | 11111100110110110011111100111111001111110011111100111111 | fcdb3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)