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 | ?坎?漿? | 00111111100110101010101000111111100111111111011100111111 | 3f9aaa3f9ff73f |
EUC-JP | ?坎?漿? | 00111111110101001010110000111111110111101111100100111111 | 3fd4ac3fdef93f |
UTF-8 | 뤗坎몬漿볼 | 111010111010010010010111111001011001110110001110111010111010101010101100111001101011110010111111111010111011001110111100 | eba497e59d8eebaaace6bcbfebb3bc |
UHC | 뤗坎몬漿볼 | 10001111110001111100101011101100101110001111001111101101111011001011101010111100 | 8fc7caecb8f3edecbabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)