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 | 錺給゛諛 | 1110100001000100100010111000101110000001010010101110011010000111 | e8448b8b814ae687 |
EUC-JP | 錺給゛諛 | 1110111110100101101101011110101110100001101010111110101111100111 | efa5b5eba1abebe7 |
UTF-8 | 錺給゛諛 | 111010011000110010111010111001111011010110100110111000111000001010011011111010001010101110011011 | e98cbae7b5a6e3829be8ab9b |
UHC | ?給?諛 | 001111111101000011100101001111111110101110110000 | 3fd0e53febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)