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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逡壌存 | 111001111001010110001111111010111001000110110110 | e7958feb91b6 |
EUC-JP | 逡壌存 | 111011011111010110111110111011011100001010111000 | edf5beedc2b8 |
UTF-8 | 逡壌存 | 111010011000000010100001111001011010001110001100111001011010110110011000 | e980a1e5a38ce5ad98 |
UHC | 逡?存 | 1111000111100100001111111111000011101101 | f1e43ff0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)