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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??存ヒ??B | 001111110011111110010001101101101000001101110001001111110011111101000010 | 3f3f91b683713f3f42 |
EUC-JP | ??存ヒ??B | 001111110011111111000010101110001010010111010010001111110011111101000010 | 3f3fc2b8a5d23f3f42 |
UTF-8 | 룵웩存ヒ룴홸B | 11101011101000111011010111101100100110111010100111100101101011011001100011100011100000111001001011101011101000111011010011101101100110011011100001000010 | eba3b5ec9ba9e5ad98e38392eba3b4ed99b842 |
UHC | 룵웩存ヒ룴홸B | 10001111101010101100000010100001111100001110110110101011110100101000111110101001110000110111001001000010 | 8faac0a1f0edabd28fa9c37242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)