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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 鬢俯」殊撝nB | 1110100110100100100110001110101110100011100011101110101011111010110010110110111001000010 | e9a498eba38eeafacb6e42 |
EUC-JP | 鬢俯」殊撝nB | 11110010101001101101000011101101100011101010001110111100111011001000111111000000111101000110111001000010 | f2a6d0ed8ea3bcec8fc0f46e42 |
UTF-8 | 鬢俯」殊撝nB | 1110100110101100101000101110010010111111101011111110111110111101101000111110011010101110100010101110011010010010100111010110111001000010 | e9aca2e4bfafefbda3e6ae8ae6929d6e42 |
UHC | ?俯?殊?nB | 001111111101110011110110001111111110001010101000001111110110111001000010 | 3fdcf63fe2a83f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)