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 | 疾縞葭 | 100011101011111010001110110010001110010011010001 | 8ebe8ec8e4d1 |
EUC-JP | 疾縞葭 | 101111001100000010111100110010101110100011010011 | bcc0bccae8d3 |
UTF-8 | 疾縞葭 | 111001111001011010111110111001111011100010011110111010001001000110101101 | e796bee7b89ee891ad |
UHC | 疾縞? | 1111001011110000111110111101011000111111 | f2f0fbd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)