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 | ???揖? | 001111110011111100111111100101110100101100111111 | 3f3f3f974b3f |
EUC-JP | ???揖? | 001111110011111100111111110011011010110000111111 | 3f3f3fcdac3f |
UTF-8 | 嶪우슱揖풤 | 111001011011011010101010111011001001101010110000111011001000101010110001111001101000111110010110111011011001001010100100 | e5b6aaec9ab0ec8ab1e68f96ed92a4 |
UHC | 嶪우슱揖풤 | 11100101111101011011111111101100100110101011100011101011111001111011111101000111 | e5f5bfec9ab8ebe7bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)