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 | Í°{Í°s | 110011011011000001111011110011011011000001110011 | cdb07bcdb073 |
SJIS-WIN | ?°{?°s | 0011111110000001100010110111101100111111100000011000101101110011 | 3f818b7b3f818b73 |
EUC-JP | Í°{Í°s | 100011111010101010111111101000011110101101111011100011111010101010111111101000011110101101110011 | 8faabfa1eb7b8faabfa1eb73 |
UTF-8 | Í°{Í°s | 11000011100011011100001010110000011110111100001110001101110000101011000001110011 | c38dc2b07bc38dc2b073 |
UHC | ?°{?°s | 0011111110100001110001100111101100111111101000011100011001110011 | 3fa1c67b3fa1c673 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)