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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陲也洒 | 111010001010001010010110111001111001111110101101 | e8a296e79fad |
EUC-JP | 陲也洒 | 111100001010010011001100111010011101111010101111 | f0a4cce9deaf |
UTF-8 | 陲也洒 | 111010011001100110110010111001001011100110011111111001101011010010010010 | e999b2e4b99fe6b492 |
UHC | ?也? | 00111111111001011010010100111111 | 3fe5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)