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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩ル???? | 1110001001110010100000111000101100111111001111110011111100111111 | e272838b3f3f3f3f |
EUC-JP | 穩ル???? | 1110001111010011101001011110101100111111001111110011111100111111 | e3d3a5eb3f3f3f3f |
UTF-8 | 穩ル끆利밧쩂 | 111001111010100110101001111000111000001110101011111010111000000110000110111011111010011110011101111010111011000010100111111011001010100110000010 | e7a9a9e383abeb8186efa79debb0a7eca982 |
UHC | 穩ル끆利밧쩂 | 111010001011000110101011111010111000010110111010111011001010011010111001111001011010010010011100 | e8b1abeb85baeca6b9e5a49c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)