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 | 爭耕렲렖 | 111001111000100010101101111010001000000010010101111010111010000010110010111010111010000010010110 | e788ade88095eba0b2eba096 |
UHC | 爭耕렲렖 | 1110111010110011110011001110100110001110101111111000111010101011 | eeb3cce98ebf8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)