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 | 爭耕?? | 111000001010010110001101011010110011111100111111 | e0a58d6b3f3f |
EUC-JP | 爭耕?? | 111000001010011110111001110011000011111100111111 | e0a7b9cc3f3f |
UTF-8 | 爭耕횟鱗 | 111001111000100010101101111010001000000010010101111011011001101010011111111011111010011110110010 | e788ade88095ed9a9fefa7b2 |
UHC | 爭耕횟鱗 | 1110111010110011110011001110100111001000101111011110110011100111 | eeb3cce9c8bdece7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)