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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | 矗瞶LF | 1110000111011110111000011101011011110011101101010100110001000110 | e1dee1d6f3b54c46 |
EUC-JP | 矗瞶?LF | 11100010111000001110001011011000001111110100110001000110 | e2e0e2d83f4c46 |
UTF-8 | 矗瞶LF | 1110011110011111100101111110011110011110101101101110111010001010101010000100110001000110 | e79f97e79eb6ee8aa84c46 |
UHC | 矗??LF | 111101011011100000111111001111110100110001000110 | f5b83f3f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)