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 | 綜????甲 | 1001000110001110001111110011111100111111001111111000110101100010 | 918e3f3f3f3f8d62 |
EUC-JP | 綜????甲 | 1100000111101110001111110011111100111111001111111011100111000011 | c1ee3f3f3f3fb9c3 |
UTF-8 | 綜숄렱비렱甲 | 111001111011011010011100111011001000100010000100111010111010000010110001111010111011100110000100111010111010000010110001111001111001010010110010 | e7b69cec8884eba0b1ebb984eba0b1e794b2 |
UHC | 綜숄렱비렱甲 | 111100001111110010111100111100011000111010111110101110101111000110001110101111101100101110100011 | f0fcbcf18ebebaf18ebecba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)