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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??苡?? | 1000100101111110001111110011111111100100100011110011111100111111 | 897e3f3fe48f3f3f |
EUC-JP | 円??苡?? | 1011000111011111001111110011111111100111111011110011111100111111 | b1df3f3fe7ef3f3f |
UTF-8 | 円ㅳ굟苡들뇹 | 111001011000011010000110111000111000010110110011111010101011010110011111111010001000101110100001111010111001001110100100111010111000011110111001 | e58686e385b3eab59fe88ba1eb93a4eb87b9 |
UHC | 円ㅳ굟苡들뇹 | 111001011111011110100100111000111000001010000111111011001011111010110101111010011011010010100110 | e5f7a4e38287ecbeb5e9b4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)