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 | 域??曜?? | 1000100011100110001111110011111110010111011010100011111100111111 | 88e63f3f976a3f3f |
EUC-JP | 域??曜?? | 1011000011101000001111110011111111001101110010110011111100111111 | b0e83f3fcdcb3f3f |
UTF-8 | 域⑶쉵曜뗨쒼 | 111001011001111110011111111000101001000110110110111011001000100110110101111001101001101110011100111010111001011110101000111011001001001010111100 | e59f9fe291b6ec89b5e69b9ceb97a8ec92bc |
UHC | 域⑶쉵曜뗨쒼 | 111001101011010010101001111010011001101010001011111010001111100010001011111010001011111010110000 | e6b4a9e99a8be8f88be8beb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)