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 | \¹}\¹{^ | 1001001001011100100100011011100101111101100100100101110010010001101110010111101101011110 | 925c91b97d925c91b97b5e |
SJIS-WIN | ?\??}?\??{^ | 0011111101011100001111110011111101111101001111110101110000111111001111110111101101011110 | 3f5c3f3f7d3f5c3f3f7b5e |
EUC-JP | ?\??}?\??{^ | 0011111101011100001111110011111101111101001111110101110000111111001111110111101101011110 | 3f5c3f3f7d3f5c3f3f7b5e |
UTF-8 | \¹}\¹{^ | 1100001010010010010111001100001010010001110000101011100101111101110000101001001001011100110000101001000111000010101110010111101101011110 | c2925cc291c2b97dc2925cc291c2b97b5e |
UHC | ?\?¹}?\?¹{^ | 00111111010111000011111110101001111101100111110100111111010111000011111110101001111101100111101101011110 | 3f5c3fa9f67d3f5c3fa9f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)