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 | 鉗ア貊大隘 | 1110011111100111101100011110011010111011100100011110010111110111100010111110100010100101 | e7e7b1e6bb91e5f78be8a5 |
EUC-JP | 鉗ア貊大?隘 | 1110111011101001100011101011000111101100101111011100001011100111001111111111000010100111 | eee98eb1ecbdc2e73ff0a7 |
UTF-8 | 鉗ア貊大隘 | 111010011000100110010111111011111011110110110001111010001011001010001010111001011010010010100111111011101001010110101110111010011001101010011000 | e98997efbdb1e8b28ae5a4a7ee95aee99a98 |
UHC | 鉗?貊大?隘 | 11001100110001100011111111011000111001111101001111011110001111111110010011110110 | ccc63fd8e7d3de3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)