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 | âu}Yâu}bE | 111000100111010101111101010110011110001001110101011111010110001001000101 | e2757d59e2757d6245 |
SJIS-WIN | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
EUC-JP | âu}Yâu}bE | 10001111101010111010010001110101011111010101100110001111101010111010010001110101011111010110001001000101 | 8faba4757d598faba4757d6245 |
UTF-8 | âu}Yâu}bE | 1100001110100010011101010111110101011001110000111010001001110101011111010110001001000101 | c3a2757d59c3a2757d6245 |
UHC | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)