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 | 北鰐}北鰐{^ | 1001011001101011100110000110101101111101100101100110101110011000011010110111101101011110 | 966b986b7d966b986b7b5e |
EUC-JP | 北鰐}北鰐{^ | 1100101111001100110011111100110001111101110010111100110011001111110011000111101101011110 | cbcccfcc7dcbcccfcc7b5e |
UTF-8 | 北鰐}北鰐{^ | 111001011000110010010111111010011011000010010000011111011110010110001100100101111110100110110000100100000111101101011110 | e58c97e9b0907de58c97e9b0907b5e |
UHC | 北鰐}北鰐{^ | 1101110111000001111001001100101001111101110111011100000111100100110010100111101101011110 | ddc1e4ca7dddc1e4ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)