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 | 狃琥狃 | 111000001011101111100000111001101110000010111011 | e0bbe0e6e0bb |
EUC-JP | 狃琥狃 | 111000001011110111100000111010001110000010111101 | e0bde0e8e0bd |
UTF-8 | 狃琥狃 | 111001111000101110000011111001111001000010100101111001111000101110000011 | e78b83e790a5e78b83 |
UHC | ?琥? | 00111111111110111101000000111111 | 3ffbd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)