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 | 雕芽娼踵 | 1110100010111000100010011110100010001111101010011110011011111001 | e8b889e88fa9e6f9 |
EUC-JP | 雕芽娼踵 | 1111000010111010101100101110101010111110101010111110110011111011 | f0bab2eabeabecfb |
UTF-8 | 雕芽娼踵 | 111010011001101110010101111010001000101010111101111001011010100010111100111010001011100010110101 | e99b95e88abde5a8bce8b8b5 |
UHC | 雕芽娼踵 | 1111000011100111111001001011010011110011110111101111000110100010 | f0e7e4b4f3def1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)