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 | 阡」ツョ | 1110100010010100101000111100001010101110 | e894a3c2ae |
EUC-JP | 阡」ツョ | 1110111111110100100011101010001110001110110000101000111010101110 | eff48ea38ec28eae |
UTF-8 | 阡」ツョ | 111010011001100010100001111011111011110110100011111011111011111010000010111011111011110110101110 | e998a1efbda3efbe82efbdae |
UHC | 阡??? | 1111010011000110001111110011111100111111 | f4c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)