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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巽??恂 | 100100100100011000111111001111111001110010010110 | 92463f3f9c96 |
EUC-JP | 巽??恂 | 110000111010011100111111001111111101011111110110 | c3a73f3fd7f6 |
UTF-8 | 巽섅긽恂 | 111001011011011110111101111011001000010010000101111010101011100010111101111001101000000110000010 | e5b7bdec8485eab8bde68182 |
UHC | 巽섅긽恂 | 1110000111011110100110001110001110000011100000011110001011100001 | e1de98e38381e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)