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 | 爭耕? | 1110000010100101100011010110101100111111 | e0a58d6b3f |
EUC-JP | 爭耕? | 1110000010100111101110011100110000111111 | e0a7b9cc3f |
UTF-8 | 爭耕횟 | 111001111000100010101101111010001000000010010101111011011001101010011111 | e788ade88095ed9a9f |
UHC | 爭耕횟 | 111011101011001111001100111010011100100010111101 | eeb3cce9c8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)