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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蠏瑚係^ | 11100101101101011000110011101000100011000101011101011110 | e5b58ce88c575e |
EUC-JP | 蠏瑚係^ | 11101010101101111011100011101010101101111011100001011110 | eab7b8eab7b85e |
UTF-8 | 蠏瑚係^ | 11101000101000001000111111100111100100011001101011100100101111111000001001011110 | e8a08fe7919ae4bf825e |
UHC | ?瑚係^ | 001111111111101111010001110011001111010101011110 | 3ffbd1ccf55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)