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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髷ヲ迯コ雜傳 | 11101001100111101010011011100111100011011011101011101000101101101001100101000010 | e99ea6e78dbae8b69942 |
EUC-JP | 髷ヲ迯コ雜傳 | 111100011111111010001110101001101110110111101101100011101011101011110000101110001101000110100011 | f1fe8ea6eded8ebaf0b8d1a3 |
UTF-8 | 髷ヲ迯コ雜傳 | 111010011010101110110111111011111011110110100110111010001011111110101111111011111011110110111010111010011001101110011100111001011000001010110011 | e9abb7efbda6e8bfafefbdbae99b9ce582b3 |
UHC | ????雜傳 | 0011111100111111001111110011111111101101110110101110111011101110 | 3f3f3f3feddaeeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)