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 | û×¹ûH | 111110111101011110001110101110011111101101001000 | fbd78eb9fb48 |
SJIS-WIN | ?×???H | 00111111100000010111111000111111001111110011111101001000 | 3f817e3f3f3f48 |
EUC-JP | û×??ûH | 1000111110101011111001011010000111011111001111110011111110001111101010111110010101001000 | 8fabe5a1df3f3f8fabe548 |
UTF-8 | û×¹ûH | 1100001110111011110000111001011111000010100011101100001010111001110000111011101101001000 | c3bbc397c28ec2b9c3bb48 |
UHC | ?×?¹?H | 0011111110100001101111110011111110101001111101100011111101001000 | 3fa1bf3fa9f63f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)