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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 俑?“? | 100110001101101000111111100000010110011100111111 | 98da3f81673f |
EUC-JP | 俑?“? | 110100001101110000111111101000011100100000111111 | d0dc3fa1c83f |
UTF-8 | 俑앸“柳 | 111001001011111110010001111011001001010110111000111000101000000010011100111011111010011110001001 | e4bf91ec95b8e2809cefa789 |
UHC | 俑앸“柳 | 1110100110110101100111011110101110100001101100001110101011110111 | e9b59deba1b0eaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)