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 | 岺磁妺悉 | 1111101010101101100011101010010111111010101001011000111010111011 | faad8ea5faa58ebb |
EUC-JP | 岺磁妺悉 | 10001111101110111011100010111100101001111000111110111001101101111011110010111101 | 8fbbb8bca78fb9b7bcbd |
UTF-8 | 岺磁妺悉 | 111001011011001010111010111001111010001110000001111001011010011010111010111001101000001010001001 | e5b2bae7a381e5a6bae68289 |
UHC | 岺磁?悉 | 11010110101110011110110110111000001111111110001111111010 | d6b9edb83fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)