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 | 逡壌狽 | 111001111001010110001111111010111001010010000010 | e7958feb9482 |
EUC-JP | 逡壌狽 | 111011011111010110111110111011011100011111100010 | edf5beedc7e2 |
UTF-8 | 逡壌狽 | 111010011000000010100001111001011010001110001100111001111000101110111101 | e980a1e5a38ce78bbd |
UHC | 逡?狽 | 1111000111100100001111111111100010101100 | f1e43ff8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)