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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シル蔗セ銛 | 10111100110110011110010011110010101111101110011111110011 | bcd9e4f2bee7f3 |
EUC-JP | シル蔗セ銛 | 10001110101111001000111011011001111010001111010010001110101111101110111011110101 | 8ebc8ed9e8f48ebeeef5 |
UTF-8 | シル蔗セ銛 | 111011111011110110111100111011111011111010011001111010001001010010010111111011111011110110111110111010011000101010011011 | efbdbcefbe99e89497efbdbee98a9b |
UHC | ??蔗?? | 001111110011111111101101101111010011111100111111 | 3f3fedbd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)