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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 癌鮮x | 1000101011100000100100010100111001111000 | 8ae0914e78 |
EUC-JP | 癌鮮x | 1011010011100010110000011010111101111000 | b4e2c1af78 |
UTF-8 | 癌鮮x | 11100111100110011000110011101001101011101010111001111000 | e7998ce9aeae78 |
UHC | 癌鮮x | 1110010011011111111000001101100001111000 | e4dfe0d878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)