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 | 円⑤?? | 100010010111111010000111010001000011111100111111 | 897e87443f3f |
EUC-JP | 円??沅 | 10110001110111110011111100111111100011111100011011101001 | b1df3f3f8fc6e9 |
UTF-8 | 円⑤뭸沅 | 111001011000011010000110111000101001000110100100111010111010110110111000111001101011001010000101 | e58686e291a4ebadb8e6b285 |
UHC | 円⑤뭸沅 | 1110010111110111101010001110101110010010100001111110101010110110 | e5f7a8eb9287eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)