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 | 11101100101010011000110011101100101001111010011111101100101010011000110011101100101100011010011011101100101010011000110011101100101100011001100101001100 | eca98ceca7a7eca98cecb1a6eca98cecb1994c |
UHC | 쩌짧쩌챦쩌챙L | 11000010101111001100001010101010110000101011110011000011101011111100001010111100110000111010110001001100 | c2bcc2aac2bcc3afc2bcc3ac4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)