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 | 糊耕? | 1000110011010000100011010110101100111111 | 8cd08d6b3f |
EUC-JP | 糊耕? | 1011100011010010101110011100110000111111 | b8d2b9cc3f |
UTF-8 | 糊耕땜 | 111001111011001110001010111010001000000010010101111010111001010110011100 | e7b38ae88095eb959c |
UHC | 糊耕땜 | 111110111101010111001100111010011011011010101011 | fbd5cce9b6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)