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 | 螳、蜀咏朕 | 111001011010111010100100111001011000011010011001111001111001001010111101 | e5aea4e58699e792bd |
EUC-JP | 螳、蜀咏朕 | 11101010101100001000111010100100111010011110011011010010111010011100010010111111 | eab08ea4e9e6d2e9c4bf |
UTF-8 | 螳、蜀咏朕 | 111010001001111010110011111011111011110110100100111010001001110010000000111001011001001010001111111001101001110010010101 | e89eb3efbda4e89c80e5928fe69c95 |
UHC | 螳?蜀?朕 | 1101001111011001001111111111010110111001001111111111001011111001 | d3d93ff5b93ff2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)