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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 伊逗工趙孟 | 10001000110010011001000010000000100011010100100011100110111000101001011011010000 | 88c990808d48e6e296d0 |
EUC-JP | 伊逗工趙孟 | 10110000110010111011111111100000101110011010100111101100111001001100110011010010 | b0cbbfe0b9a9ece4ccd2 |
UTF-8 | 伊逗工趙孟 | 111001001011110010001010111010011000000010010111111001011011011110100101111010001011011010011001111001011010110110011111 | e4bc8ae98097e5b7a5e8b699e5ad9f |
UHC | 伊逗工趙孟 | 11101100101001011101010011101000110011011110111111110000111000011101100011101011 | eca5d4e8cdeff0e1d8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)