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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???繇? | 00111111001111110011111110001111110101001101000100111111 | 3f3f3f8fd4d13f |
UTF-8 | 娛먫떐繇욪 | 111001011010100010011011111010111010100010101011111010111001011010010000111001111011100110000111111011001001101010101010 | e5a89beba8abeb9690e7b987ec9aaa |
UHC | 娛먫떐繇욪 | 11100111111101001001000011101000100010111010011011101001101000111001111101000010 | e7f490e88ba6e9a39f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)