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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍オ蜊ア蝨 | 1110100110000010101101011110010110001101101100011110010110011100 | e982b5e58db1e59c |
EUC-JP | 驍オ蜊ア蝨 | 11110001111000101000111010110101111010011110110110001110101100011110100111111100 | f1e28eb5e9ed8eb1e9fc |
UTF-8 | 驍オ蜊ア蝨 | 111010011010100110001101111011111011110110110101111010001001110010001010111011111011110110110001111010001001110110101000 | e9a98defbdb5e89c8aefbdb1e89da8 |
UHC | 驍???蝨 | 11111101101001000011111100111111001111111110001110100100 | fda43f3f3fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)