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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪贈孫辿他 | 10010010010001001001000110100001100100011011011110010010010010001001000110111100 | 924491a191b7924891bc |
EUC-JP | 奪贈孫辿他 | 11000011101001011100001010100011110000101011100111000011101010011100001010111110 | c3a5c2a3c2b9c3a9c2be |
UTF-8 | 奪贈孫辿他 | 111001011010010110101010111010001011010010001000111001011010110110101011111010001011111010111111111001001011101110010110 | e5a5aae8b488e5adabe8bebfe4bb96 |
UHC | 奪贈孫?他 | 111101111010110011110001111111001110000111011101001111111111011011100010 | f7acf1fce1dd3ff6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)