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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 兄?偕?\ | 10001100010110100011111110011000111100010011111101011100 | 8c5a3f98f13f5c |
EUC-JP | 兄?偕?\ | 10110111101110110011111111010000111100110011111101011100 | b7bb3fd0f33f5c |
UTF-8 | 兄렩偕렱\ | 11100101100001011000010011101011101000001010100111100101100000011001010111101011101000001011000101011100 | e58584eba0a9e58195eba0b15c |
UHC | 兄렩偕렱\ | 111110101111110010001110101101111111101010100101100011101011111001011100 | fafc8eb7faa58ebe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)