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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?る??孃 | 00111111100000101110100100111111001111111001101101101111 | 3f82e93f3f9b6f |
EUC-JP | ?る??孃 | 00111111101001001110101100111111001111111101010111010000 | 3fa4eb3f3fd5d0 |
UTF-8 | 閭る뱷짧孃 | 111011111010011010000110111000111000001010001011111010111011000110110111111011001010011110100111111001011010110110000011 | efa686e3828bebb1b7eca7a7e5ad83 |
UHC | 閭る뱷짧孃 | 11100110101011011010101011101011100100111001110111000010101010101110010110111110 | e6adaaeb939dc2aae5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)