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 | 邀??節e | 1110011110110001001111110011111110010000110111111000001010000101 | e7b13f3f90df8285 |
EUC-JP | 邀??節e | 1110111010110011001111110011111111000000111000011010001111100101 | eeb33f3fc0e1a3e5 |
UTF-8 | 邀띶윜節e | 111010011000001010000000111010111001110110110110111011001001110010011100111001111010111110000000111011111011110110000101 | e98280eb9db6ec9c9ce7af80efbd85 |
UHC | 邀띶윜節e | 11101001101011011000110111100101100111111001111111101111101111011010001111100101 | e9ad8de59f9fefbda3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)