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 | 幄幄虎 | 100110111110100010011011111010001000110011010101 | 9be89be88cd5 |
EUC-JP | 幄幄虎 | 110101101110101011010110111010101011100011010111 | d6ead6eab8d7 |
UTF-8 | 幄幄虎 | 111001011011100110000100111001011011100110000100111010001001100110001110 | e5b984e5b984e8998e |
UHC | 幄幄虎 | 111001001100000111100100110000011111101111011011 | e4c1e4c1fbdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)