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 | 珮拷勧跂 | 1110000011100001100011011000100110001010101010011110011011100011 | e0e18d898aa9e6e3 |
EUC-JP | 珮拷勧跂 | 1110000011100011101110011110100110110100101010111110110011100101 | e0e3b9e9b4abece5 |
UTF-8 | 珮拷勧跂 | 111001111000111110101110111001101000101110110111111001011000101110100111111010001011011110000010 | e78faee68bb7e58ba7e8b782 |
UHC | ?拷?? | 0011111111001101101110000011111100111111 | 3fcdb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)