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 | 菫増罧 | 111001001011111110010001100111011110001110101100 | e4bf919de3ac |
EUC-JP | 菫増罧 | 111010001100000111000001111111011110011010101110 | e8c1c1fde6ae |
UTF-8 | 菫増罧 | 111010001000111110101011111001011010001010010111111001111011110110100111 | e88fabe5a297e7bda7 |
UHC | 菫?? | 11010000110010110011111100111111 | d0cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)