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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 碩碩碩碩 | 1001000011010111100100001101011110010000110101111001000011010111 | 90d790d790d790d7 |
EUC-JP | 碩碩碩碩 | 1100000011011001110000001101100111000000110110011100000011011001 | c0d9c0d9c0d9c0d9 |
UTF-8 | 碩碩碩碩 | 111001111010001010101001111001111010001010101001111001111010001010101001111001111010001010101001 | e7a2a9e7a2a9e7a2a9e7a2a9 |
UHC | 碩碩碩碩 | 1110000010110101111000001011010111100000101101011110000010110101 | e0b5e0b5e0b5e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)