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 | 篁焔ず | 111000101011100110001001100010111000001010111000 | e2b9898b82b8 |
EUC-JP | 篁焔ず | 111001001011101110110001111010111010010010111010 | e4bbb1eba4ba |
UTF-8 | 篁焔ず | 111001111010111110000001111001111000010010010100111000111000000110011010 | e7af81e78494e3819a |
UHC | 篁?ず | 1111110011010110001111111010101010111010 | fcd63faaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)