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 | 倭??怏? | 10011000011000000011111100111111100111001000100100111111 | 98603f3f9c893f |
EUC-JP | 倭??怏? | 11001111110000010011111100111111110101111110100100111111 | cfc13f3fd7e93f |
UTF-8 | 倭뗦뇘怏퍫 | 111001011000000010101101111010111001011110100110111010111000011110011000111001101000000010001111111011011000110110101011 | e580adeb97a6eb8798e6808fed8dab |
UHC | 倭뗦뇘怏퍫 | 11101000110111101000101111100110100001111000001111100100111010001011110001000010 | e8de8be68783e4e8bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)