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 | ??┿ | 00111111001111111000010010111001 | 3f3f84b9 |
EUC-JP | ??┿ | 00111111001111111010100010111011 | 3f3fa8bb |
UTF-8 | 溜얍┿ | 111011111010011110001011111011001001011010001101111000101001010010111111 | efa78bec968de294bf |
UHC | 溜얍┿ | 111010101111111010111110111001011010011010111011 | eafebee5a6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)