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 | 11100110100110001001010011100101101101111011110111100110101101111011001101000010 | e69894e5b7bde6b7b342 |
EUC-JP | 譏泌キス豺ウB | 11101011111110001100100011100111100011101011011110001110101111011110110010111001100011101011001101000010 | ebf8c8e78eb78ebdecb98eb342 |
UTF-8 | 譏泌キス豺ウB | 11101000101011011000111111100110101100111000110011101111101111011011011111101111101111011011110111101000101100011011101011101111101111011011001101000010 | e8ad8fe6b38cefbdb7efbdbde8b1baefbdb342 |
UHC | 譏泌??豺?B | 11010001110000011111100110110010001111110011111111100011110011110011111101000010 | d1c1f9b23f3fe3cf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)