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 | 篁器醜郤 | 1110001010111001100010101110110110001111010110001110011110111010 | e2b98aed8f58e7ba |
EUC-JP | 篁器醜郤 | 1110010010111011101101001110111110111101101110011110111010111100 | e4bbb4efbdb9eebc |
UTF-8 | 篁器醜郤 | 111001111010111110000001111001011001100110101000111010011000011010011100111010011000001110100100 | e7af81e599a8e9869ce983a4 |
UHC | 篁器醜? | 11111100110101101101000011101111111101011101110100111111 | fcd6d0eff5dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)