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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 溫볠퍞凉듿났 | 111001101011101010101011111010111011001110100000111011011000110110011110111011111010010110111001111010111001001110111111111010111000001010101100 | e6baabebb3a0ed8d9eefa5b9eb93bfeb82ac |
UHC | 溫볠퍞凉듿났 | 111010001010111010010011111001101011101110010101111001011011110010001010111001011011001110110101 | e8ae93e6bb95e5bc8ae5b3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)