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 | 昔錞巽昔 | 1001000011001100111110111101101110010010010001101001000011001100 | 90ccfbdb924690cc |
EUC-JP | 昔錞巽昔 | 110000001100111010001111111001001101110011000011101001111100000011001110 | c0ce8fe4dcc3a7c0ce |
UTF-8 | 昔錞巽昔 | 111001101001100010010100111010011000110010011110111001011011011110111101111001101001100010010100 | e69894e98c9ee5b7bde69894 |
UHC | 昔錞巽昔 | 1110000010101110111000101111011011100001110111101110000010101110 | e0aee2f6e1dee0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)