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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 町?}町?{^ | 100100101010110000111111011111011001001010101100001111110111101101011110 | 92ac3f7d92ac3f7b5e |
EUC-JP | 町?}町?{^ | 110001001010111000111111011111011100010010101110001111110111101101011110 | c4ae3f7dc4ae3f7b5e |
UTF-8 | 町턍}町턍{^ | 111001111001010010111010111011011000010010001101011111011110011110010100101110101110110110000100100011010111101101011110 | e794baed848d7de794baed848d7b5e |
UHC | 町턍}町턍{^ | 1110111111101011110001011100110001111101111011111110101111000101110011000111101101011110 | efebc5cc7defebc5cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)