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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髫エ譴ァ蝎エ | 111010011001101010110100111001101010001010100111111001011001100110110100 | e99ab4e6a2a7e599b4 |
EUC-JP | 髫エ譴ァ蝎エ | 111100011111101010001110101101001110110010100100100011101010011111101001111110011000111010110100 | f1fa8eb4eca48ea7e9f98eb4 |
UTF-8 | 髫エ譴ァ蝎エ | 111010011010101110101011111011111011110110110100111010001010110110110100111011111011110110100111111010001001110110001110111011111011110110110100 | e9ababefbdb4e8adb4efbda7e89d8eefbdb4 |
UHC | ??譴?蝎? | 0011111100111111110011001011100100111111110010101110100100111111 | 3f3fccb93fcae93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)