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 | 鬲冗霜邃 | 1110100110101101100011111110011110010001100110101110001010000100 | e9ad8fe7919ae284 |
EUC-JP | 鬲冗霜邃 | 1111001010101111101111101110100111000001111110101110001111100100 | f2afbee9c1fae3e4 |
UTF-8 | 鬲冗霜邃 | 111010011010110010110010111001011000011010010111111010011001110010011100111010011000001010000011 | e9acb2e58697e99c9ce98283 |
UHC | ?冗霜邃 | 00111111111010011011011111011111110111001110001011000101 | 3fe9b7dfdce2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)