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 | 遞費ス茨ァ | 1110011110101000100101001110111110111101100010001110111110100111 | e7a894efbd88efa7 |
EUC-JP | 遞費ス茨ァ | 11101110101010101100100011110001100011101011110110110000111100011000111010100111 | eeaac8f18ebdb0f18ea7 |
UTF-8 | 遞費ス茨ァ | 111010011000000110011110111010001011001010111011111011111011110110111101111010001000110010101000111011111011110110100111 | e9819ee8b2bbefbdbde88ca8efbda7 |
UHC | 遞費?茨? | 1111010011110110110111101010100000111111111011011011110000111111 | f4f6dea83fedbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)