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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 辯滔ャ誤渇] | 11100111100001111001111111101011101011001000110011101011100010101000100101011101 | e7879febac8ceb8a895d |
EUC-JP | 辯滔ャ誤渇] | 1110110111100111110111101110110110001110101011001011100011101101101100111110100101011101 | ede7deed8eacb8edb3e95d |
UTF-8 | 辯滔ャ誤渇] | 11101000101111101010111111100110101110111001010011101111101111011010110011101000101010101010010011100110101110001000011101011101 | e8beafe6bb94efbdace8aaa4e6b8875d |
UHC | 辯滔?誤?] | 110111001010101011010100101001010011111111101000101001100011111101011101 | dcaad4a53fe8a63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)