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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 諱ッ閾冬B | 1110011010000001101011111110100010000111100100110111111001000010 | e681afe887937e42 |
EUC-JP | 諱ッ閾冬B | 111010111110000110001110101011111110111111100111110001011101111101000010 | ebe18eafefe7c5df42 |
UTF-8 | 諱ッ閾冬B | 11101000101010111011000111101111101111011010111111101001100101101011111011100101100001101010110001000010 | e8abb1efbdafe996bee586ac42 |
UHC | 諱??冬B | 11111101110010010011111100111111110101001100111101000010 | fdc93f3fd4cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)