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 | 秣狢筬祿 | 1110001001100001111000001100000011100010101010111110001001010010 | e261e0c0e2abe252 |
EUC-JP | 秣狢筬祿 | 1110001111000010111000001100001011100100101011011110001110110011 | e3c2e0c2e4ade3b3 |
UTF-8 | 秣狢筬祿 | 111001111010011110100011111001111000101110100010111001111010110110101100111001111010010110111111 | e7a7a3e78ba2e7adace7a5bf |
UHC | ??筬祿 | 001111110011111111100000111111101101011011011111 | 3f3fe0fed6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)