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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疾偲質 | 100011101011111010001110110000111000111010111111 | 8ebe8ec38ebf |
EUC-JP | 疾偲質 | 101111001100000010111100110001011011110011000001 | bcc0bcc5bcc1 |
UTF-8 | 疾偲質 | 111001111001011010111110111001011000000110110010111010001011001110101010 | e796bee581b2e8b3aa |
UHC | 疾?質 | 1111001011110000001111111111001011110101 | f2f03ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)