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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???意? | 001111110011111100111111100010001101001100111111 | 3f3f3f88d33f |
EUC-JP | 邕??意? | 1000111111100001111011010011111100111111101100001101010100111111 | 8fe1ed3f3fb0d53f |
UTF-8 | 邕잛뮃意뱆 | 111010011000001010010101111011001001111010011011111010111010111010000011111001101000010010001111111010111011000110000110 | e98295ec9e9bebae83e6848febb186 |
UHC | 邕잛뮃意뱆 | 11101000101110111001111111101100100100101001001011101011111100101001001101101011 | e8bb9fec9292ebf2936b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)