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 | 趾?擬牟 | 11100110111001000011111110001011010110111001011010110100 | e6e43f8b5b96b4 |
EUC-JP | 趾?擬牟 | 11101100111001100011111110110101101111001100110010110110 | ece63fb5bcccb6 |
UTF-8 | 趾렒擬牟 | 111010001011011010111110111010111010000010010010111001101001001110101100111001111000100110011111 | e8b6beeba092e693ace7899f |
UHC | 趾렒擬牟 | 1111001010111111100011101010011111101011111101001101100110111111 | f2bf8ea7ebf4d9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)