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 | 什燧? | 1000111101011001111000001001110000111111 | 8f59e09c3f |
EUC-JP | 什燧? | 1011110110111010110111111111110000111111 | bdbadffc3f |
UTF-8 | 什燧뺢 | 111001001011101110000000111001111000011110100111111010111011101010100010 | e4bb80e787a7ebbaa2 |
UHC | 什燧뺢 | 111001001010011111100010101011001001010111101010 | e4a7e2ac95ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)