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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治釥璽 | 1111000010111001100011101010000111111011110000001000111010100011 | f0b98ea1fbc08ea3 |
EUC-JP | ?治釥璽 | 0011111110111100101000111000111111100011101010111011110010100101 | 3fbca38fe3abbca5 |
UTF-8 | 治釥璽 | 111011101000000110111000111001101011001010111011111010011000011110100101111001111001001010111101 | ee81b8e6b2bbe987a5e792bd |
UHC | ?治?璽 | 001111111111011010111101001111111101111111011110 | 3ff6bd3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)