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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉦、式 | 10001111110111101010010010001110101011101111000111101011 | 8fdea48eaef1eb |
EUC-JP | 鉦、式? | 10111110111000001000111010100100101111001011000000111111 | bee08ea4bcb03f |
UTF-8 | 鉦、式 | 111010011000100110100110111011111011110110100100111001011011110010001111111011101000010110100110 | e989a6efbda4e5bc8fee85a6 |
UHC | 鉦?式? | 111011111111101000111111111000111101001000111111 | effa3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)