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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦??茹 | 100010101010001000111111001111111110010010100101 | 8aa23f3fe4a5 |
EUC-JP | 瓦??茹 | 101101001010010000111111001111111110100010100111 | b4a43f3fe8a7 |
UTF-8 | 瓦귣툝茹 | 111001111001001110100110111010101011011110100011111011011000100010011101111010001000110010111001 | e793a6eab7a3ed889de88cb9 |
UHC | 瓦귣툝茹 | 1110100010111111100000101110101110111000100101001110011010101010 | e8bf82ebb894e6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)