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 | カ鄂 | 11110010101000111011011011100111101111011111011011101011 | f2a3b6e7bdf6eb |
EUC-JP | ?カ鄂? | 001111111000111010110110111011101011111100111111 | 3f8eb6eebf3f |
UTF-8 | カ鄂 | 111011101000011110011010111011111011110110110110111010011000010010000010111011101001010010010010 | ee879aefbdb6e98482ee9492 |
UHC | ??鄂? | 0011111100111111111001001100011100111111 | 3f3fe4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)