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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ??H | 001111110011111101001000 | 3f3f48 |
EUC-JP | ?洧H | 0011111110001111110001111011010001001000 | 3f8fc7b448 |
UTF-8 | 뤙洧H | 11101011101001001001100111100110101101001010011101001000 | eba499e6b4a748 |
UHC | 뤙洧H | 1000111111001000111010101111101101001000 | 8fc8eafb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)