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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 滓?樟 | 1001111111100110001111111000111110111110 | 9fe63f8fbe |
EUC-JP | 滓?樟 | 1101111011101000001111111011111011000000 | dee83fbec0 |
UTF-8 | 滓렰樟 | 111001101011101110010011111010111010000010110000111001101010100010011111 | e6bb93eba0b0e6a89f |
UHC | 滓렰樟 | 111011101010101110001110101111011110110111101001 | eeab8ebdede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)