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 | 鴦惜釗 | 111010011111000110010000110010011111101110111011 | e9f190c9fbbb |
EUC-JP | 鴦惜釗 | 11110010111100111100000011001011100011111110001110100110 | f2f3c0cb8fe3a6 |
UTF-8 | 鴦惜釗 | 111010011011010010100110111001101000001110011100111010011000011110010111 | e9b4a6e6839ce98797 |
UHC | 鴦惜釗 | 111001001110110011100000101011011110000111110010 | e4ece0ade1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)