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 | þqþU | 10010001111111100111000110010001111111101001001001010101 | 91fe7191fe9255 |
SJIS-WIN | ??q???U | 00111111001111110111000100111111001111110011111101010101 | 3f3f713f3f3f55 |
EUC-JP | ?þq?þ?U | 0011111110001111101010011101000001110001001111111000111110101001110100000011111101010101 | 3f8fa9d0713f8fa9d03f55 |
UTF-8 | þqþU | 110000101001000111000011101111100111000111000010100100011100001110111110110000101001001001010101 | c291c3be71c291c3bec29255 |
UHC | ?þq?þ?U | 001111111010100110101101011100010011111110101001101011010011111101010101 | 3fa9ad713fa9ad3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)