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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 醫?莉 | 1110011111001110001111111110010010111011 | e7ce3fe4bb |
EUC-JP | 醫?莉 | 1110111011010000001111111110100010111101 | eed03fe8bd |
UTF-8 | 醫쿠莉 | 111010011000011010101011111011001011111110100000111010001000111010001001 | e986abecbfa0e88e89 |
UHC | 醫쿠莉 | 111011001010001011000100111011011101011111101001 | eca2c4edd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)