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 | 雫荼罐 | 100011101011010011100100101101101110001110100011 | 8eb4e4b6e3a3 |
EUC-JP | 雫荼罐 | 101111001011011011101000101110001110011010100101 | bcb6e8b8e6a5 |
UTF-8 | 雫荼罐 | 111010011001101110101011111010001000110110111100111001111011110110010000 | e99babe88dbce7bd90 |
UHC | ??罐 | 00111111001111111100111010111000 | 3f3fceb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)