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 | 邂礼ョ唯 | 11100111101011101001011111100111101011101001011101000010 | e7ae97e7ae9742 |
EUC-JP | 邂礼ョ唯 | 1110111010110000110011101110100110001110101011101100110110100011 | eeb0cee98eaecda3 |
UTF-8 | 邂礼ョ唯 | 111010011000001010000010111001111010010010111100111011111011110110101110111001011001010010101111 | e98282e7a4bcefbdaee594af |
UHC | 邂??唯 | 111110101011001100111111001111111110101011100110 | fab33f3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)