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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???瑤?^ | 00111111001111110011111111101010101000100011111101011110 | 3f3f3feaa23f5e |
EUC-JP | ???瑤?^ | 00111111001111110011111111110100101001000011111101011110 | 3f3f3ff4a43f5e |
UTF-8 | 殮뽭닎瑤쾒^ | 11101111101001101010010111101011101111011010110111101011100010111000111011100111100100011010010011101100101111101001001001011110 | efa6a5ebbdadeb8b8ee791a4ecbe925e |
UHC | 殮뽭닎瑤쾒^ | 1110011011111001100101101110100110001000100101001110100011111101101100100110010101011110 | e6f996e98894e8fdb2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)