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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 辰됊럨둜辰 | 111011111010010110110001111010111001000010001010111010111001111110101000111010111001000110011100111011111010010110110001 | efa5b1eb908aeb9fa8eb919cefa5b1 |
UHC | 辰됊럨둜辰 | 11100011111101011000100111001100100011101000101110001010010101001110001111110101 | e3f589cc8e8b8a54e3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)