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 | åµÎáK | 1110010110110101110011101110000101001011 | e5b5cee14b |
SJIS-WIN | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
EUC-JP | å?ÎáK | 1000111110101011101010010011111110001111101010101100001010001111101010111010000101001011 | 8faba93f8faac28faba14b |
UTF-8 | åµÎáK | 110000111010010111000010101101011100001110001110110000111010000101001011 | c3a5c2b5c38ec3a14b |
UHC | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)