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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 礁ウ車 | 10001111110010101011001110001110110101001111001011000100 | 8fcab38ed4f2c4 |
EUC-JP | 礁ウ車? | 10111110110011001000111010110011101111001101011000111111 | becc8eb3bcd63f |
UTF-8 | 礁ウ車 | 111001111010010010000001111011111011110110110011111010001011101110001010111011101000011110111011 | e7a481efbdb3e8bb8aee87bb |
UHC | 礁?車? | 111101011010011100111111111100111011001100111111 | f5a73ff3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)