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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 竍停ぎ^ | 11100010100001111001001011100010100000101010110001011110 | e28792e282ac5e |
EUC-JP | 竍停ぎ^ | 11100011111001111100010011100100101001001010111001011110 | e3e7c4e4a4ae5e |
UTF-8 | 竍停ぎ^ | 11100111101010111000110111100101100000011001110011100011100000011000111001011110 | e7ab8de5819ce3818e5e |
UHC | ?停ぎ^ | 001111111110111111001110101010101010111001011110 | 3fefceaaae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)