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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耶??秧?? | 1001011011101011001111110011111111100010010111100011111100111111 | 96eb3f3fe25e3f3f |
EUC-JP | 耶??秧?? | 1100110011101101001111110011111111100011101111110011111100111111 | cced3f3fe3bf3f3f |
UTF-8 | 耶섋떨秧믦쒼 | 111010001000000010110110111011001000010010001011111010111001011010101000111001111010011110100111111010111010111110100110111011001001001010111100 | e880b6ec848beb96a8e7a7a7ebafa6ec92bc |
UHC | 耶섋떨秧믦쒼 | 111001011010110110011000111010001011011010110011111001001110101110010010111010001011111010110000 | e5ad98e8b6b3e4eb92e8beb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)