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 | 軏冗ー宅 | 11111011101100101000111111100111101100001001000111101110 | fbb28fe7b091ee |
EUC-JP | 軏冗ー宅 | 100011111110000011011001101111101110100110001110101100001100001011110000 | 8fe0d9bee98eb0c2f0 |
UTF-8 | 軏冗ー宅 | 111010001011101110001111111001011000011010010111111011111011110110110000111001011010111010000101 | e8bb8fe58697efbdb0e5ae85 |
UHC | ?冗?宅 | 001111111110100110110111001111111101001111101011 | 3fe9b73fd3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)