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 | 111110111011001010001111010101001111101110110010100011110101010001000010 | fbb28f54fbb28f5442 |
EUC-JP | 軏週軏週B | 1000111111100000110110011011110110110101100011111110000011011001101111011011010101000010 | 8fe0d9bdb58fe0d9bdb542 |
UTF-8 | 軏週軏週B | 11101000101110111000111111101001100000001011000111101000101110111000111111101001100000001011000101000010 | e8bb8fe980b1e8bb8fe980b142 |
UHC | ?週?週B | 00111111111100011100111000111111111100011100111001000010 | 3ff1ce3ff1ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)