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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陷壱」晤イ、 | 111010001001110010001000111010111010001110011101111010111011001010100100 | e89c88eba39debb2a4 |
EUC-JP | 陷壱」晤イ、 | 111011111111110010110000111011011000111010100011110110101110110110001110101100101000111010100100 | effcb0ed8ea3daed8eb28ea4 |
UTF-8 | 陷壱」晤イ、 | 111010011001100110110111111001011010001110110001111011111011110110100011111001101001100110100100111011111011110110110010111011111011110110100100 | e999b7e5a3b1efbda3e699a4efbdb2efbda4 |
UHC | 陷??晤?? | 1111100111101000001111110011111111100111111110110011111100111111 | f9e83f3fe7fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)