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 | 篏九厳 | 111000101011101110001011111000111000110010110101 | e2bb8be38cb5 |
EUC-JP | 篏九厳 | 111001001011110110110110111001011011100010110111 | e4bdb6e5b8b7 |
UTF-8 | 篏九厳 | 111001111010111110001111111001001011100110011101111001011000111010110011 | e7af8fe4b99de58eb3 |
UHC | ?九? | 00111111110011101111101000111111 | 3fcefa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)