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 | 苞ワ繍茫 | 1110010010011010100000111000111110001111010010101110010010101001 | e49a838f8f4ae4a9 |
EUC-JP | 苞ワ繍茫 | 1110011111111010101001011110111110111101101010111110100010101011 | e7faa5efbdabe8ab |
UTF-8 | 苞ワ繍茫 | 111010001000101110011110111000111000001110101111111001111011100110001101111010001000110010101011 | e88b9ee383afe7b98de88cab |
UHC | 苞ワ?茫 | 11111000111000101010101111101111001111111101100011010100 | f8e2abef3fd8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)