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 | 鉸ネ鮴ー濵悉 | 11111011110011101100100011101001101111101011000011111011010011011000111010111011 | fbcec8e9beb0fb4d8ebb |
EUC-JP | 鉸ネ鮴ー濵悉 | 1000111111100011111100101000111011001000111100101100000010001110101100001000111111001001101001101011110010111101 | 8fe3f28ec8f2c08eb08fc9a6bcbd |
UTF-8 | 鉸ネ鮴ー濵悉 | 111010011000100110111000111011111011111010001000111010011010111010110100111011111011110110110000111001101011111110110101111001101000001010001001 | e989b8efbe88e9aeb4efbdb0e6bfb5e68289 |
UHC | ?????悉 | 00111111001111110011111100111111001111111110001111111010 | 3f3f3f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)