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 | 矗矚 | 1111000011101001111000011101111011100001110111111111000111011100 | f0e9e1dee1dff1dc |
EUC-JP | ?矗矚? | 001111111110001011100000111000101110000100111111 | 3fe2e0e2e13f |
UTF-8 | 矗矚 | 111011101000001010101000111001111001111110010111111001111001111110011010111011101000010110010111 | ee82a8e79f97e79f9aee8597 |
UHC | ?矗?? | 0011111111110101101110000011111100111111 | 3ff5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)