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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 糯燮[}糯燮[{^ | 11100010111101111001100111010111010110110111110111100010111101111001100111010111010110110111101101011110 | e2f799d75b7de2f799d75b7b5e |
EUC-JP | 糯燮[}糯燮[{^ | 11100100111110011101001011011001010110110111110111100100111110011101001011011001010110110111101101011110 | e4f9d2d95b7de4f9d2d95b7b5e |
UTF-8 | 糯燮[}糯燮[{^ | 1110011110110011101011111110011110000111101011100101101101111101111001111011001110101111111001111000011110101110010110110111101101011110 | e7b3afe787ae5b7de7b3afe787ae5b7b5e |
UHC | ?燮[}?燮[{^ | 0011111111100000111100000101101101111101001111111110000011110000010110110111101101011110 | 3fe0f05b7d3fe0f05b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)