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 | ア盂瓧 | 1011000111100001101100011110000101000010 | b1e1b1e142 |
EUC-JP | ア盂瓧 | 100011101011000111100010101100111110000110100011 | 8eb1e2b3e1a3 |
UTF-8 | ア盂瓧 | 111011111011110110110001111001111001101110000010111001111001001110100111 | efbdb1e79b82e793a7 |
UHC | ?盂? | 00111111111010011101110100111111 | 3fe9dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)