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 | 荵伜スァ荵倩 | 11100100101110011001100011100101101111011010011111100100101110011001100011101000 | e4b998e5bda7e4b998e8 |
EUC-JP | 荵伜スァ荵倩 | 111010001011101111010000111001111000111010111101100011101010011111101000101110111101000011101010 | e8bbd0e78ebd8ea7e8bbd0ea |
UTF-8 | 荵伜スァ荵倩 | 111010001000110110110101111001001011110010011100111011111011110110111101111011111011110110100111111010001000110110110101111001011000000010101001 | e88db5e4bc9cefbdbdefbda7e88db5e580a9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)