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 | 錺給゛癇 | 1110100001000100100010111000101110000001010010101110000110010010 | e8448b8b814ae192 |
EUC-JP | 錺給゛癇 | 1110111110100101101101011110101110100001101010111110000111110010 | efa5b5eba1abe1f2 |
UTF-8 | 錺給゛癇 | 111010011000110010111010111001111011010110100110111000111000001010011011111001111001100110000111 | e98cbae7b5a6e3829be79987 |
UHC | ?給?? | 0011111111010000111001010011111100111111 | 3fd0e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)