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 | ??G? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | 譌「G髯 | 111001101001011110100010010001111110100110011001 | e697a247e999 |
EUC-JP | 譌「G髯 | 11101011111101111000111010100010010001111111000111111001 | ebf78ea247f1f9 |
UTF-8 | 譌「G髯 | 11101000101011011000110011101111101111011010001001000111111010011010101110101111 | e8ad8cefbda247e9abaf |
UHC | ??G? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)