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 | [o | 100110111000011110000001010110111000001101101111 | 9b87815b836f |
SJIS-WIN | ???[?o | 001111110011111100111111010110110011111101101111 | 3f3f3f5b3f6f |
EUC-JP | ???[?o | 001111110011111100111111010110110011111101101111 | 3f3f3f5b3f6f |
UTF-8 | [o | 11000010100110111100001010000111110000101000000101011011110000101000001101101111 | c29bc287c2815bc2836f |
UHC | ???[?o | 001111110011111100111111010110110011111101101111 | 3f3f3f5b3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)