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 | 闖ー}闖ー{^ | 1110100010001111100000010101101101111101111010001000111110000001010110110111101101011110 | e88f815b7de88f815b7b5e |
EUC-JP | 闖ー}闖ー{^ | 1110111111101111101000011011110001111101111011111110111110100001101111000111101101011110 | efefa1bc7defefa1bc7b5e |
UTF-8 | 闖ー}闖ー{^ | 111010011001011110010110111000111000001110111100011111011110100110010111100101101110001110000011101111000111101101011110 | e99796e383bc7de99796e383bc7b5e |
UHC | 闖?}闖?{^ | 111101111110011000111111011111011111011111100110001111110111101101011110 | f7e63f7df7e63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)