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 | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
SJIS-WIN | 野λ?P野 | 1001011011101100100000111100100100111111010100001001011011101100 | 96ec83c93f5096ec |
EUC-JP | 野λ?P野 | 1100110011101110101001101100101100111111010100001100110011101110 | cceea6cb3f50ccee |
UTF-8 | 野λ젘P野 | 111010011000011110001110110011101011101111101100101000001001100001010000111010011000011110001110 | e9878ecebbeca09850e9878e |
UHC | 野λ젘P野 | 111001011010111110100101111010111010000010010100010100001110010110101111 | e5afa5eba09450e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)