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 | 胝?瑚 | 1110001111110001001111111000110011101000 | e3f13f8ce8 |
EUC-JP | 胝鰱瑚 | 11100110111100111000111111101011101101111011100011101010 | e6f38febb7b8ea |
UTF-8 | 胝鰱瑚 | 111010001000001110011101111010011011000010110001111001111001000110011010 | e8839de9b0b1e7919a |
UHC | ??瑚 | 00111111001111111111101111010001 | 3f3ffbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)