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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シェセマ蒔ショ | 1011110010101010101111101100111110001110101010101011110010101110 | bcaabecf8eaabcae |
EUC-JP | シェセマ蒔ショ | 1000111010111100100011101010101010001110101111101000111011001111101111001010110010001110101111001000111010101110 | 8ebc8eaa8ebe8ecfbcac8ebc8eae |
UTF-8 | シェセマ蒔ショ | 111011111011110110111100111011111011110110101010111011111011110110111110111011111011111010001111111010001001001010010100111011111011110110111100111011111011110110101110 | efbdbcefbdaaefbdbeefbe8fe89294efbdbcefbdae |
UHC | ????蒔?? | 0011111100111111001111110011111111100011110010000011111100111111 | 3f3f3f3fe3c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)