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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郤匁狭ホ | 11100111101110101001011011100110100010111011011111001110 | e7ba96e68bb7ce |
EUC-JP | 郤匁狭ホ | 1110111010111100110011001110100010110110101110011000111011001110 | eebccce8b6b98ece |
UTF-8 | 郤匁狭ホ | 111010011000001110100100111001011000110010000001111001111000101110101101111011111011111010001110 | e983a4e58c81e78badefbe8e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)