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 | ì¼°Lhì¼°L | 111011001011110010110000010011000110100011101100101111001011000001001100 | ecbcb04c68ecbcb04c |
SJIS-WIN | ??°Lh??°L | 0011111100111111100000011000101101001100011010000011111100111111100000011000101101001100 | 3f3f818b4c683f3f818b4c |
EUC-JP | ì?°Lhì?°L | 100011111010101111000000001111111010000111101011010011000110100010001111101010111100000000111111101000011110101101001100 | 8fabc03fa1eb4c688fabc03fa1eb4c |
UTF-8 | ì¼°Lhì¼°L | 110000111010110011000010101111001100001010110000010011000110100011000011101011001100001010111100110000101011000001001100 | c3acc2bcc2b04c68c3acc2bcc2b04c |
UHC | ?¼°Lh?¼°L | 00111111101010001111100110100001110001100100110001101000001111111010100011111001101000011100011001001100 | 3fa8f9a1c64c683fa8f9a1c64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)