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 | ????t | 0011111100111111001111110011111101110100 | 3f3f3f3f74 |
SJIS-WIN | 助???t | 100011111001010100111111001111110011111101110100 | 8f953f3f3f74 |
EUC-JP | 助???t | 101111011111010100111111001111110011111101110100 | bdf53f3f3f74 |
UTF-8 | 助닿렮렖t | 11100101100010101010100111101011100010111011111111101011101000001010111011101011101000001001011001110100 | e58aa9eb8bbfeba0aeeba09674 |
UHC | 助닿렮렖t | 111100001011111010110100111010101000111010111011100011101010101101110100 | f0beb4ea8ebb8eab74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)