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 | 榕샯씄榕샯씄^ | 11100110101001101001010111101100100000111010111111101100100101001000010011100110101001101001010111101100100000111010111111101100100101001000010001011110 | e6a695ec83afec9484e6a695ec83afec94845e |
UHC | 榕샯씄榕샯씄^ | 11101001101111101001100011010011100111011001110011101001101111101001100011010011100111011001110001011110 | e9be98d39d9ce9be98d39d9c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)