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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鞴、蜴ッ雎ャB | 11101000111001001010010011100101100011101010111111101000101100011010110001000010 | e8e4a4e58eafe8b1ac42 |
EUC-JP | 鞴、蜴ッ雎ャB | 11110000111001101000111010100100111010011110111010001110101011111111000010110011100011101010110001000010 | f0e68ea4e9ee8eaff0b38eac42 |
UTF-8 | 鞴、蜴ッ雎ャB | 11101001100111101011010011101111101111011010010011101000100111001011010011101111101111011010111111101001100110111000111011101111101111011010110001000010 | e99eb4efbda4e89cb4efbdafe99b8eefbdac42 |
UHC | ????雎?B | 0011111100111111001111110011111111101110110100010011111101000010 | 3f3f3f3feed13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)