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 | 篁遺三襦 | 1110001010111001100010001110001010001110010011111110011001000000 | e2b988e28e4fe640 |
EUC-JP | 篁遺三襦 | 1110010010111011101100001110010010111011101100001110101110100001 | e4bbb0e4bbb0eba1 |
UTF-8 | 篁遺三襦 | 111001111010111110000001111010011000000110111010111001001011100010001001111010001010010110100110 | e7af81e981bae4b889e8a5a6 |
UHC | 篁遺三? | 11111100110101101110101110110110110111111011001000111111 | fcd6ebb6dfb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)