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 | 聽遂┠ | 111000111110001110010000100010111000010010110101 | e3e3908b84b5 |
EUC-JP | 聽遂┠ | 111001101110010110111111111010111010100010110111 | e6e5bfeba8b7 |
UTF-8 | 聽遂┠ | 111010001000000110111101111010011000000110000010111000101001010010100000 | e881bde98182e294a0 |
UHC | 聽遂┠ | 111101001110100111100010110001001010011010110111 | f4e9e2c4a6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)