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 | 涯?。瑜 | 10001010010101010011111110000001010000101110000011101111 | 8a553f8142e0ef |
EUC-JP | 涯?。瑜 | 10110011101101100011111110100001101000111110000011110001 | b3b63fa1a3e0f1 |
UTF-8 | 涯욌。瑜 | 111001101011011010101111111011001001101010001100111000111000000010000010111001111001000110011100 | e6b6afec9a8ce38082e7919c |
UHC | 涯욌。瑜 | 1110010011110011100111101110101110100001101000111110101110100101 | e4f39eeba1a3eba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)