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 | ?po | 001111110111000001101111 | 3f706f |
SJIS-WIN | 辿po | 10010010010010000111000001101111 | 9248706f |
EUC-JP | 辿po | 11000011101010010111000001101111 | c3a9706f |
UTF-8 | 辿po | 1110100010111110101111110111000001101111 | e8bebf706f |
UHC | ?po | 001111110111000001101111 | 3f706f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)