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 | 胙g飢蟷 | 1110001111110000100000101000011110001011010100011110010110111001 | e3f082878b51e5b9 |
EUC-JP | 胙g飢蟷 | 1110011011110010101000111110011110110101101100101110101010111011 | e6f2a3e7b5b2eabb |
UTF-8 | 胙g飢蟷 | 111010001000001110011001111011111011110110000111111010011010001110100010111010001001111110110111 | e88399efbd87e9a3a2e89fb7 |
UHC | ?g飢? | 001111111010001111100111110100011100011000111111 | 3fa3e7d1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)