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 | 艤低?s | 11100100011111101001001011100001001111111000001010010011 | e47e92e13f8293 |
EUC-JP | 艤低?s | 11100111110111111100010011100011001111111010001111110011 | e7dfc4e33fa3f3 |
UTF-8 | 艤低뤑s | 111010001000100110100100111001001011110110001110111010111010010010010001111011111011110110010011 | e889a4e4bd8eeba491efbd93 |
UHC | 艤低뤑s | 1110101111111010111011101011100010001111110000011010001111110011 | ebfaeeb88fc1a3f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)