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 | 鬲夥桾塚具ァ | 1110100110101101100110101110110010011110100101011111101010011100100010111110111110100111 | e9ad9aec9e95fa9c8befa7 |
EUC-JP | 鬲夥桾?具ァ | 1111001010101111110101001110111011011011111101010011111110110110111100011000111010100111 | f2afd4eedbf53fb6f18ea7 |
UTF-8 | 鬲夥桾塚具ァ | 111010011010110010110010111001011010010010100101111001101010000110111110111011111010100010010000111001011000010110110111111011111011110110100111 | e9acb2e5a4a5e6a1beefa890e585b7efbda7 |
UHC | ????具? | 00111111001111110011111100111111110011101111110100111111 | 3f3f3f3fcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)