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 | [LU¦ | 1001001001011011100100100100110010010010010101011001000110100110 | 925b924c925591a6 |
SJIS-WIN | ?[?L?U?? | 0011111101011011001111110100110000111111010101010011111100111111 | 3f5b3f4c3f553f3f |
EUC-JP | ?[?L?U?¦ | 00111111010110110011111101001100001111110101010100111111100011111010001011000011 | 3f5b3f4c3f553f8fa2c3 |
UTF-8 | [LU¦ | 11000010100100100101101111000010100100100100110011000010100100100101010111000010100100011100001010100110 | c2925bc2924cc29255c291c2a6 |
UHC | ?[?L?U?? | 0011111101011011001111110100110000111111010101010011111100111111 | 3f5b3f4c3f553f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)