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°hûL° | 111110110100110010001110101100000110100011111011010011001000111010110000 | fb4c8eb068fb4c8eb0 |
SJIS-WIN | ?L?°h?L?° | 0011111101001100001111111000000110001011011010000011111101001100001111111000000110001011 | 3f4c3f818b683f4c3f818b |
EUC-JP | ûL?°hûL?° | 100011111010101111100101010011000011111110100001111010110110100010001111101010111110010101001100001111111010000111101011 | 8fabe54c3fa1eb688fabe54c3fa1eb |
UTF-8 | ûL°hûL° | 110000111011101101001100110000101000111011000010101100000110100011000011101110110100110011000010100011101100001010110000 | c3bb4cc28ec2b068c3bb4cc28ec2b0 |
UHC | ?L?°h?L?° | 0011111101001100001111111010000111000110011010000011111101001100001111111010000111000110 | 3f4c3fa1c6683f4c3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)