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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 勝??B | 1000111110011111001111110011111101000010 | 8f9f3f3f42 |
EUC-JP | 勝??B | 1011111010100001001111110011111101000010 | bea13f3f42 |
UTF-8 | 勝꼨댏B | 11100101100010111001110111101010101111001010100011101011100011001000111101000010 | e58b9deabca8eb8c8f42 |
UHC | 勝꼨댏B | 11100011101011011000010010000101100010001011100001000010 | e3ad848588b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)