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 | ||[||[^ | 1000111101111100100011110111110001011011100011110111110010001111011111000101101101011110 | 8f7c8f7c5b8f7c8f7c5b5e |
SJIS-WIN | ?|?|[?|?|[^ | 0011111101111100001111110111110001011011001111110111110000111111011111000101101101011110 | 3f7c3f7c5b3f7c3f7c5b5e |
EUC-JP | ?|?|[?|?|[^ | 0011111101111100001111110111110001011011001111110111110000111111011111000101101101011110 | 3f7c3f7c5b3f7c3f7c5b5e |
UTF-8 | ||[||[^ | 110000101000111101111100110000101000111101111100010110111100001010001111011111001100001010001111011111000101101101011110 | c28f7cc28f7c5bc28f7cc28f7c5b5e |
UHC | ?|?|[?|?|[^ | 0011111101111100001111110111110001011011001111110111110000111111011111000101101101011110 | 3f7c3f7c5b3f7c3f7c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)