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 | ?®?B | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | 楹??B | 1001111010110001001111110011111101000010 | 9eb13f3f42 |
EUC-JP | 楹®?B | 11011100101100111000111110100010111011100011111101000010 | dcb38fa2ee3f42 |
UTF-8 | 楹®쐾B | 111001101010010110111001110000101010111011101100100100001011111001000010 | e6a5b9c2aeec90be42 |
UHC | 楹®쐾B | 11100111101100111010001011100111100111001001111001000010 | e7b3a2e79c9e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)