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 | 疇苺}疇苺{^ | 1110000101100101111001001001010101111101111000010110010111100100100101010111101101011110 | e165e4957de165e4957b5e |
EUC-JP | 疇苺}疇苺{^ | 1110000111000110111001111111010101111101111000011100011011100111111101010111101101011110 | e1c6e7f57de1c6e7f57b5e |
UTF-8 | 疇苺}疇苺{^ | 111001111001011010000111111010001000101110111010011111011110011110010110100001111110100010001011101110100111101101011110 | e79687e88bba7de79687e88bba7b5e |
UHC | 疇?}疇?{^ | 111100011100001000111111011111011111000111000010001111110111101101011110 | f1c23f7df1c23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)