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 | 俑?? | 10011000110110100011111100111111 | 98da3f3f |
EUC-JP | 俑?? | 11010000110111000011111100111111 | d0dc3f3f |
UTF-8 | 俑앮킋 | 111001001011111110010001111011001001010110101110111011011000001010001011 | e4bf91ec95aeed828b |
UHC | 俑앮킋 | 111010011011010110011101111001101011010010010111 | e9b59de6b497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)