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 | 蠇ア謔蛾エ | 1111101110100001101100011110011010000010100010011110100110110100 | fba1b1e68289e9b4 |
EUC-JP | ?ア謔蛾エ | 001111111000111010110001111010111110001010110010111010111000111010110100 | 3f8eb1ebe2b2eb8eb4 |
UTF-8 | 蠇ア謔蛾エ | 111010001010000010000111111011111011110110110001111010001010110010010100111010001001101110111110111011111011110110110100 | e8a087efbdb1e8ac94e89bbeefbdb4 |
UHC | ??謔蛾? | 00111111001111111111100111001100111001001011011000111111 | 3f3ff9cce4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)