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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 意??囚 | 100010001101001100111111001111111000111011111010 | 88d33f3f8efa |
EUC-JP | 意??囚 | 101100001101010100111111001111111011110011111100 | b0d53f3fbcfc |
UTF-8 | 意ⓦ끁囚 | 111001101000010010001111111000101001001110100110111010111000000110000001111001011001101110011010 | e6848fe293a6eb8181e59b9a |
UHC | 意ⓦ끁囚 | 1110101111110010101010001110001110000101101101111110000111110110 | ebf2a8e385b7e1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)