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 | ??????L | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-WIN | ??????L | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
EUC-JP | ??????L | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
UTF-8 | 쒔렣쒀렡쑈렼L | 11101100100100101001010011101011101000001010001111101100100100101000000011101011101000001010000111101100100100011000100011101011101000001011110001001100 | ec9294eba0a3ec9280eba0a1ec9188eba0bc4c |
UHC | 쒔렣쒀렡쑈렼L | 10111110101011011000111010110100101111101010110010001110101100101011111010100100100011101100010001001100 | bead8eb4beac8eb2bea48ec44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)