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 | ??± | 001111110011111110110001 | 3f3fb1 |
SJIS-WIN | 倭?± | 1001100001100000001111111000000101111101 | 98603f817d |
EUC-JP | 倭?± | 1100111111000001001111111010000111011110 | cfc13fa1de |
UTF-8 | 倭곷± | 1110010110000000101011011110101010110011101101111100001010110001 | e580adeab3b7c2b1 |
UHC | 倭곷± | 111010001101111010000001111010111010000110111110 | e8de81eba1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)