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 | 室者叱 | 100011101011101010001110110100101000111010110110 | 8eba8ed28eb6 |
EUC-JP | 室者叱 | 101111001011110010111100110101001011110010111000 | bcbcbcd4bcb8 |
UTF-8 | 室者叱 | 111001011010111010100100111010001000000010000101111001011000111110110001 | e5aea4e88085e58fb1 |
UHC | 室者叱 | 111000111111100011101101101110101111001011101010 | e3f8edbaf2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)