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 | シモイシ | 1111000011100000101111001101001110110010111100011000111010111100 | f0e0bcd3b2f18ebc |
EUC-JP | ?シモイ?シ | 00111111100011101011110010001110110100111000111010110010001111111000111010111100 | 3f8ebc8ed38eb23f8ebc |
UTF-8 | シモイシ | 111011101000001010011111111011111011110110111100111011111011111010010011111011111011110110110010111011101000010010001001111011111011110110111100 | ee829fefbdbcefbe93efbdb2ee8489efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)