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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 捨爾賁k | 10001110110011001000111010100010111001101100101001101011 | 8ecc8ea2e6ca6b |
EUC-JP | 捨爾賁k | 10111100110011101011110010100100111011001100110001101011 | bccebca4eccc6b |
UTF-8 | 捨爾賁k | 11100110100011011010100011100111100010001011111011101000101100111000000101101011 | e68da8e788bee8b3816b |
UHC | 捨爾賁k | 11011110110101111110110010110011110111011101001101101011 | ded7ecb3ddd36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)