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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
UTF-8 | 찼횇혖혫횪횥\ | 11101100101100001011110011101101100110101000011111101101100110001001011011101101100110001010101111101101100110101010101011101101100110101010010101011100 | ecb0bced9a87ed9896ed98abed9aaaed9aa55c |
UHC | 찼횇혖혫횪횥\ | 11000011101000011100001110000101110000101000000111000010100100111100001110100000110000111001110001011100 | c3a1c385c281c293c3a0c39c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)