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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 榕??榕??^ | 100111101101010100111111001111111001111011010101001111110011111101011110 | 9ed53f3f9ed53f3f5e |
EUC-JP | 榕??榕??^ | 110111001101011100111111001111111101110011010111001111110011111101011110 | dcd73f3fdcd73f3f5e |
UTF-8 | 榕샯뻵榕샯뻵^ | 11100110101001101001010111101100100000111010111111101011101110111011010111100110101001101001010111101100100000111010111111101011101110111011010101011110 | e6a695ec83afebbbb5e6a695ec83afebbbb55e |
UHC | 榕샯뻵榕샯뻵^ | 11101001101111101001100011010011100101100111101011101001101111101001100011010011100101100111101001011110 | e9be98d3967ae9be98d3967a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)