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 | チカスヲソュ | 110000011011011010111101101001101011111110101101 | c1b6bda6bfad |
EUC-JP | チカスヲソュ | 100011101100000110001110101101101000111010111101100011101010011010001110101111111000111010101101 | 8ec18eb68ebd8ea68ebf8ead |
UTF-8 | チカスヲソュ | 111011111011111010000001111011111011110110110110111011111011110110111101111011111011110110100110111011111011110110111111111011111011110110101101 | efbe81efbdb6efbdbdefbda6efbdbfefbdad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)