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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?潁?? | 0011111110011111111100010011111100111111 | 3f9ff13f3f |
EUC-JP | ?潁?? | 0011111111011110111100110011111100111111 | 3fdef33f3f |
UTF-8 | 왃潁뗼왃 | 111011001001100110000011111001101011110110000001111010111001011110111100111011001001100110000011 | ec9983e6bd81eb97bcec9983 |
UHC | 왃潁뗼왃 | 1001111010110110111001111011100010001011111110111001111010110110 | 9eb6e7b88bfb9eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)