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 | ???菴 | 0011111100111111001111111110010010111101 | 3f3f3fe4bd |
EUC-JP | ???菴 | 0011111100111111001111111110100010111111 | 3f3f3fe8bf |
UTF-8 | 溫볠퍞菴 | 111001101011101010101011111010111011001110100000111011011000110110011110111010001000111110110100 | e6baabebb3a0ed8d9ee88fb4 |
UHC | 溫볠퍞菴 | 1110100010101110100100111110011010111011100101011110010011100000 | e8ae93e6bb95e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)