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 | 隍ォ譯 | 1110100010100100101010111110011010100001 | e8a4abe6a1 |
EUC-JP | 隍ォ譯 | 111100001010011010001110101010111110110010100011 | f0a68eabeca3 |
UTF-8 | 隍ォ譯 | 111010011001101010001101111011111011110110101011111010001010110110101111 | e99a8defbdabe8adaf |
UHC | 隍?譯 | 1111110011011011001111111110011010111011 | fcdb3fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)