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 | 財??名 | 100011011110000000111111001111111001011010111100 | 8de03f3f96bc |
EUC-JP | 財??名 | 101110101110001000111111001111111100110010111110 | bae23f3fccbe |
UTF-8 | 財얕렋名 | 111010001011001010100001111011001001011010010101111010111010000010001011111001011001000010001101 | e8b2a1ec9695eba08be5908d |
UHC | 財얕렋名 | 1110111010101111101111101110100010001110101000101101100110100011 | eeafbee88ea2d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)