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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 癌髓 | 10001010111000001110100110010010 | 8ae0e992 |
EUC-JP | 癌髓 | 10110100111000101111000111110010 | b4e2f1f2 |
UTF-8 | 癌髓 | 111001111001100110001100111010011010101110010011 | e7998ce9ab93 |
UHC | 癌髓 | 11100100110111111110001011010000 | e4dfe2d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)