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 | Ó¹×áh | 1101001110111001110101111110000101101000 | d3b9d7e168 |
SJIS-WIN | ??×?h | 001111110011111110000001011111100011111101101000 | 3f3f817e3f68 |
EUC-JP | Ó?×áh | 10001111101010101101000100111111101000011101111110001111101010111010000101101000 | 8faad13fa1df8faba168 |
UTF-8 | Ó¹×áh | 110000111001001111000010101110011100001110010111110000111010000101101000 | c393c2b9c397c3a168 |
UHC | ?¹×?h | 00111111101010011111011010100001101111110011111101101000 | 3fa9f6a1bf3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)