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ì°½L^ | 111011001011000010111101010011001110110010110000101111010100110001011110 | ecb0bd4cecb0bd4c5e |
SJIS-WIN | ?°?L?°?L^ | 0011111110000001100010110011111101001100001111111000000110001011001111110100110001011110 | 3f818b3f4c3f818b3f4c5e |
EUC-JP | ì°?Lì°?L^ | 100011111010101111000000101000011110101100111111010011001000111110101011110000001010000111101011001111110100110001011110 | 8fabc0a1eb3f4c8fabc0a1eb3f4c5e |
UTF-8 | ì°½Lì°½L^ | 110000111010110011000010101100001100001010111101010011001100001110101100110000101011000011000010101111010100110001011110 | c3acc2b0c2bd4cc3acc2b0c2bd4c5e |
UHC | ?°½L?°½L^ | 00111111101000011100011010101000111101100100110000111111101000011100011010101000111101100100110001011110 | 3fa1c6a8f64c3fa1c6a8f64c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)