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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?普膚 | 0011111110010101100000011001010110000110 | 3f95819586 |
EUC-JP | ?普膚 | 0011111111001001111000011100100111100110 | 3fc9e1c9e6 |
UTF-8 | 렺普膚 | 111010111010000010111010111001101001100110101110111010001000011010011010 | eba0bae699aee8869a |
UHC | 렺普膚 | 100011101100001011011100110001011101110110110001 | 8ec2dcc5ddb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)