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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔆シ熄跖シ | 1110010011001111101111001110000010001111111001101110100010111100 | e4cfbce08fe6e8bc |
EUC-JP | 蔆シ熄跖シ | 11101000110100011000111010111100110111111110111111101100111010101000111010111100 | e8d18ebcdfefecea8ebc |
UTF-8 | 蔆シ熄跖シ | 111010001001010010000110111011111011110110111100111001111000011010000100111010001011011110010110111011111011110110111100 | e89486efbdbce78684e8b796efbdbc |
UHC | ??熄?? | 001111110011111111100011110110000011111100111111 | 3f3fe3d83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)