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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 逕昿] | 1110011110010100100111100100010101011101 | e7949e455d |
EUC-JP | 逕昿] | 1110110111110100110110111010011001011101 | edf4dba65d |
UTF-8 | 逕昿] | 11101001100000001001010111100110100110001011111101011101 | e98095e698bf5d |
UHC | 逕?] | 11001100111011110011111101011101 | ccef3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)