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 | 吾х? | 1000110011100001100001001000011100111111 | 8ce184873f |
EUC-JP | 吾х? | 1011100011100011101001111110011100111111 | b8e3a7e73f |
UTF-8 | 吾х돉 | 1110010110010000101111101101000110000101111010111000111110001001 | e590bed185eb8f89 |
UHC | 吾х돉 | 111001111110111010101100111001111000100110011001 | e7eeace78999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)