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 | 鮏勺雫 | 111111000100001110001110110110011000111010110100 | fc438ed98eb4 |
EUC-JP | 鮏勺雫 | 10001111111010101101101110111100110110111011110010110110 | 8feadbbcdbbcb6 |
UTF-8 | 鮏勺雫 | 111010011010111010001111111001011000101110111010111010011001101110101011 | e9ae8fe58bbae99bab |
UHC | ?勺? | 00111111111011011100001100111111 | 3fedc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)