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 | 闔滓「ァ諡カ | 111010001000111010011111111001101010001010100111111001101000101110110110 | e88e9fe6a2a7e68bb6 |
EUC-JP | 闔滓「ァ諡カ | 111011111110111011011110111010001000111010100010100011101010011111101011111010111000111010110110 | efeedee88ea28ea7ebeb8eb6 |
UTF-8 | 闔滓「ァ諡カ | 111010011001011110010100111001101011101110010011111011111011110110100010111011111011110110100111111010001010101110100001111011111011110110110110 | e99794e6bb93efbda2efbda7e8aba1efbdb6 |
UHC | 闔滓??諡? | 111110011110111111101110101010110011111100111111111000111100110100111111 | f9efeeab3f3fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)