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 | 幼l? | 1001011101100011100000101000110000111111 | 9763828c3f |
EUC-JP | 幼l? | 1100110111000100101000111110110000111111 | cdc4a3ec3f |
UTF-8 | 幼l뵯 | 111001011011100110111100111011111011110110001100111010111011010110101111 | e5b9bcefbd8cebb5af |
UHC | 幼l뵯 | 111010101110101010100011111011001001010010101101 | eaeaa3ec94ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)