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 | 邂倡ョ錬 | 11100111101011101001100011100111101011101001100001000010 | e7ae98e7ae9842 |
EUC-JP | 邂倡ョ錬 | 1110111010110000110100001110100110001110101011101100111110100011 | eeb0d0e98eaecfa3 |
UTF-8 | 邂倡ョ錬 | 111010011000001010000010111001011000000010100001111011111011110110101110111010011000110010101100 | e98282e580a1efbdaee98cac |
UHC | 邂倡?? | 111110101011001111110011110110110011111100111111 | fab3f3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)