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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 迴育硯\ | 11100111100011111000100011100111100011001010010101011100 | e78f88e78ca55c |
EUC-JP | 迴育硯\ | 11101101111011111011000011101001101110001010011101011100 | edefb0e9b8a75c |
UTF-8 | 迴育硯\ | 11101000101111111011010011101000100000101011001011100111101000011010111101011100 | e8bfb4e882b2e7a1af5c |
UHC | ?育硯\ | 001111111110101111000000111001101101101101011100 | 3febc0e6db5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)