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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬨育渥跏 | 1110100110101000100010001110011110001000101011011110011011100110 | e9a888e788ade6e6 |
EUC-JP | 鬨育渥跏 | 1111001010101010101100001110100110110000101011111110110011101000 | f2aab0e9b0afece8 |
UTF-8 | 鬨育渥跏 | 111010011010110010101000111010001000001010110010111001101011100010100101111010001011011110001111 | e9aca8e882b2e6b8a5e8b78f |
UHC | ?育渥跏 | 00111111111010111100000011100100110001101100101010111010 | 3febc0e4c6caba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)