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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逡樫 | 11100111100101011000101001111110 | e7958a7e |
EUC-JP | 逡樫 | 11101101111101011011001111011111 | edf5b3df |
UTF-8 | 逡樫 | 111010011000000010100001111001101010100010101011 | e980a1e6a8ab |
UHC | 逡? | 111100011110010000111111 | f1e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)