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 | 析厄循析秧 | 10010000110011011001011011101111100011110111101010010000110011011110001001011110 | 90cd96ef8f7a90cde25e |
EUC-JP | 析厄循析秧 | 11000000110011111100110011110001101111011101101111000000110011111110001110111111 | c0cfccf1bddbc0cfe3bf |
UTF-8 | 析厄循析秧 | 111001101001111010010000111001011000111010000100111001011011111010101010111001101001111010010000111001111010011110100111 | e69e90e58e84e5beaae69e90e7a7a7 |
UHC | 析厄循析秧 | 11100000101100001110010011111000111000101110000011100000101100001110010011101011 | e0b0e4f8e2e0e0b0e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)