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 | 苞ワ繍薛 | 1110010010011010100000111000111110001111010010101110010101001100 | e49a838f8f4ae54c |
EUC-JP | 苞ワ繍薛 | 1110011111111010101001011110111110111101101010111110100110101101 | e7faa5efbdabe9ad |
UTF-8 | 苞ワ繍薛 | 111010001000101110011110111000111000001110101111111001111011100110001101111010001001011010011011 | e88b9ee383afe7b98de8969b |
UHC | 苞ワ?薛 | 11111000111000101010101111101111001111111110000011100000 | f8e2abef3fe0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)