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 | 酬拭? | 1000111101010110100100000100000000111111 | 8f5690403f |
EUC-JP | 酬拭? | 1011110110110111101111111010000100111111 | bdb7bfa13f |
UTF-8 | 酬拭굜 | 111010011000010110101100111001101000101110101101111010101011010110011100 | e985ace68badeab59c |
UHC | 酬拭굜 | 111000101100011011100011110101001000001010000100 | e2c6e3d48284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)