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 | 実渉。 | 1000111011000000100011111100001010100001 | 8ec08fc2a1 |
EUC-JP | 実渉。 | 101111001100001010111110110001001000111010100001 | bcc2bec48ea1 |
UTF-8 | 実渉。 | 111001011010111010011111111001101011100010001001111011111011110110100001 | e5ae9fe6b889efbda1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)