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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隲。諛井コィ^ | 11101000101010111010000111100110100001111000100011100100101110101010100001011110 | e8aba1e68788e4baa85e |
EUC-JP | 隲。諛井コィ^ | 11110000101011011000111010100001111010111110011110110000111001101000111010111010100011101010100001011110 | f0ad8ea1ebe7b0e68eba8ea85e |
UTF-8 | 隲。諛井コィ^ | 11101001100110101011001011101111101111011010000111101000101010111001101111100100101110101001010111101111101111011011101011101111101111011010100001011110 | e99ab2efbda1e8ab9be4ba95efbdbaefbda85e |
UHC | ??諛井??^ | 001111110011111111101011101100001110111111001100001111110011111101011110 | 3f3febb0efcc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)