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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銓俯掾 | 111001111111001010011000111010111001110110000001 | e7f298eb9d81 |
EUC-JP | 銓俯掾 | 111011101111010011010000111011011101100111100001 | eef4d0edd9e1 |
UTF-8 | 銓俯掾 | 111010011000101010010011111001001011111110101111111001101000111010111110 | e98a93e4bfafe68ebe |
UHC | 銓俯? | 1110111110110000110111001111011000111111 | efb0dcf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)