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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 巽単辰N | 10010010010001101001001001010000100100100100001101001110 | 9246925092434e |
EUC-JP | 巽単辰N | 11000011101001111100001110110001110000111010010001001110 | c3a7c3b1c3a44e |
UTF-8 | 巽単辰N | 11100101101101111011110111100101100011011001100011101000101111101011000001001110 | e5b7bde58d98e8beb04e |
UHC | 巽?辰N | 111000011101111000111111111100101110001101001110 | e1de3ff2e34e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)