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 | 雙??庵?? | 1001100111010100001111110011111110001000110000010011111100111111 | 99d43f3f88c13f3f |
EUC-JP | 雙??庵?? | 1101001011010110001111110011111110110000110000110011111100111111 | d2d63f3fb0c33f3f |
UTF-8 | 雙딇뢏庵뗮뢞 | 111010011001101110011001111010111001010010000111111010111010001010001111111001011011101010110101111010111001011110101110111010111010001010011110 | e99b99eb9487eba28fe5bab5eb97aeeba29e |
UHC | 雙딇뢏庵뗮뢞 | 111001001010101010001010111011011000111101001010111001001101110110001011111011011000111101011001 | e4aa8aed8f4ae4dd8bed8f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)