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 | 狸単狸単 | 1001001001001011100100100101000010010010010010111001001001010000 | 924b9250924b9250 |
EUC-JP | 狸単狸単 | 1100001110101100110000111011000111000011101011001100001110110001 | c3acc3b1c3acc3b1 |
UTF-8 | 狸単狸単 | 111001111000101110111000111001011000110110011000111001111000101110111000111001011000110110011000 | e78bb8e58d98e78bb8e58d98 |
UHC | 狸?狸? | 110101111110000100111111110101111110000100111111 | d7e13fd7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)