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 | 驕厥サ繞区イ | 11101001100000011001100111001110101110111110001110000101100010111110011010110010 | e98199cebbe3858be6b2 |
EUC-JP | 驕厥サ繞区イ | 111100011110000111010010110100001000111010111011111001011110010110110110111010001000111010110010 | f1e1d2d08ebbe5e5b6e88eb2 |
UTF-8 | 驕厥サ繞区イ | 111010011010100110010101111001011000111010100101111011111011110110111011111001111011100110011110111001011000110010111010111011111011110110110010 | e9a995e58ea5efbdbbe7b99ee58cbaefbdb2 |
UHC | 驕厥?繞?? | 110011101111011011001111111100000011111111101001101001000011111100111111 | cef6cff03fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)