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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篁癶燼 | 111000101011100111100001101000001110000010011110 | e2b9e1a0e09e |
EUC-JP | 篁癶燼 | 111001001011101111100010101000101101111111111110 | e4bbe2a2dffe |
UTF-8 | 篁癶燼 | 111001111010111110000001111001111001100110110110111001111000011110111100 | e7af81e799b6e787bc |
UHC | 篁?燼 | 1111110011010110001111111110001111101000 | fcd63fe3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)