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 | 裕μ? | 1001011101010100100000111100101000111111 | 975483ca3f |
EUC-JP | 裕μ? | 1100110110110101101001101100110000111111 | cdb5a6cc3f |
UTF-8 | 裕μ몵 | 1110100010100011100101011100111010111100111010111010101010110101 | e8a395cebcebaab5 |
UHC | 裕μ몵 | 111010111010111010100101111011001001000110011101 | ebaea5ec919d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)