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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 宵。。濂] | 10001111101010101010000110100001111000000101000101011101 | 8faaa1a1e0515d |
EUC-JP | 宵。。濂] | 101111101010110010001110101000011000111010100001110111111011001001011101 | beac8ea18ea1dfb25d |
UTF-8 | 宵。。濂] | 11100101101011101011010111101111101111011010000111101111101111011010000111100110101111111000001001011101 | e5aeb5efbda1efbda1e6bf825d |
UHC | 宵??濂] | 11100001101100100011111100111111110101101011001001011101 | e1b23f3fd6b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)