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 | ûŧx | 1111101111000101100011101010011101111000 | fbc58ea778 |
SJIS-WIN | ???§x | 001111110011111100111111100000011001100001111000 | 3f3f3f819878 |
EUC-JP | ûÅ?§x | 10001111101010111110010110001111101010101010100100111111101000011111100001111000 | 8fabe58faaa93fa1f878 |
UTF-8 | ûŧx | 110000111011101111000011100001011100001010001110110000101010011101111000 | c3bbc385c28ec2a778 |
UHC | ???§x | 001111110011111100111111101000011101011101111000 | 3f3f3fa1d778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)