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 | ア盂畤 | 1011000111100001101100011110000101011110 | b1e1b1e15e |
EUC-JP | ア盂畤 | 100011101011000111100010101100111110000110111111 | 8eb1e2b3e1bf |
UTF-8 | ア盂畤 | 111011111011110110110001111001111001101110000010111001111001010110100100 | efbdb1e79b82e795a4 |
UHC | ?盂? | 00111111111010011101110100111111 | 3fe9dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)