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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 連득꼇連득꼇^ | 11101111101001101001101011101011100100111001110111101010101111001000011111101111101001101001101011101011100100111001110111101010101111001000011101011110 | efa69aeb939deabc87efa69aeb939deabc875e |
UHC | 連득꼇連득꼇^ | 11100110111001101011010111100110101100101011101111100110111001101011010111100110101100101011101101011110 | e6e6b5e6b2bbe6e6b5e6b2bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)