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 | ?拍壇 | 0011111110010100100011111001001001100100 | 3f948f9264 |
EUC-JP | ?拍壇 | 0011111111000111111011111100001111000101 | 3fc7efc3c5 |
UTF-8 | 롈拍壇 | 111010111010000110001000111001101000101110001101111001011010001110000111 | eba188e68b8de5a387 |
UHC | 롈拍壇 | 100011101100111011011010110100001101001110100110 | 8ecedad0d3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)