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 | 荳奇スッ褄 | 1110010010111000100010101110111110111101101011111110010111101011 | e4b88aefbdafe5eb |
EUC-JP | 荳奇スッ褄 | 11101000101110101011010011110001100011101011110110001110101011111110101011101101 | e8bab4f18ebd8eafeaed |
UTF-8 | 荳奇スッ褄 | 111010001000110110110011111001011010010110000111111011111011110110111101111011111011110110101111111010001010010010000100 | e88db3e5a587efbdbdefbdafe8a484 |
UHC | 荳奇??? | 11010100111001011101000011110100001111110011111100111111 | d4e5d0f43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)