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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 伊逗工B | 10001000110010011001000010000000100011010100100001000010 | 88c990808d4842 |
EUC-JP | 伊逗工B | 10110000110010111011111111100000101110011010100101000010 | b0cbbfe0b9a942 |
UTF-8 | 伊逗工B | 11100100101111001000101011101001100000001001011111100101101101111010010101000010 | e4bc8ae98097e5b7a542 |
UHC | 伊逗工B | 11101100101001011101010011101000110011011110111101000010 | eca5d4e8cdef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)