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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 齊?猿??] | 1110101010001110001111111000100110001110001111110011111101011101 | ea8e3f898e3f3f5d |
EUC-JP | 齊?猿??] | 1111001111101110001111111011000111101110001111110011111101011101 | f3ee3fb1ee3f3f5d |
UTF-8 | 齊렦猿쇤눔] | 11101001101111011000101011101011101000001010011011100111100011001011111111101100100001111010010011101011100010001001010001011101 | e9bd8aeba0a6e78cbfec87a4eb88945d |
UHC | 齊렦猿쇤눔] | 1111000010111010100011101011010111101010101110111011110011101001101101001010111001011101 | f0ba8eb5eabbbce9b4ae5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)