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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閠醐◎ | 111010001000000010001100111011011000000110011101 | e8808ced819d |
EUC-JP | 閠醐◎ | 111011111110000010111000111011111010000111111101 | efe0b8efa1fd |
UTF-8 | 閠醐◎ | 111010011001011010100000111010011000011010010000111000101001011110001110 | e996a0e98690e2978e |
UHC | ??◎ | 00111111001111111010000111011101 | 3f3fa1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)