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 | 陬菩ソ予 | 11101000101000111001010111101100101111111001011101011100 | e8a395ecbf975c |
EUC-JP | 陬菩ソ予 | 1111000010100101110010101110111010001110101111111100110110111101 | f0a5caee8ebfcdbd |
UTF-8 | 陬菩ソ予 | 111010011001100110101100111010001000111110101001111011111011110110111111111001001011101010001000 | e999ace88fa9efbdbfe4ba88 |
UHC | ?菩?予 | 001111111101110011001100001111111110010111111000 | 3fdccc3fe5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)