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 | 頷暮ッ帑 | 11101000111101011001010111101001101011111001101111100100 | e8f595e9af9be4 |
EUC-JP | 頷暮ッ帑 | 1111000011110111110010101110101110001110101011111101011011100110 | f0f7caeb8eafd6e6 |
UTF-8 | 頷暮ッ帑 | 111010011010000010110111111001101001101010101110111011111011110110101111111001011011100010010001 | e9a0b7e69aaeefbdafe5b891 |
UHC | ?暮?帑 | 001111111101100110111010001111111111011110110110 | 3fd9ba3ff7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)