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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隹ソ蝣エ趁州 | 11101000101100001011111111100101101000001011010011100110111000011000111101000010 | e8b0bfe5a0b4e6e18f42 |
EUC-JP | 隹ソ蝣エ趁州 | 111100001011001010001110101111111110101010100010100011101011010011101100111000111011110110100011 | f0b28ebfeaa28eb4ece3bda3 |
UTF-8 | 隹ソ蝣エ趁州 | 111010011001101010111001111011111011110110111111111010001001110110100011111011111011110110110100111010001011011010000001111001011011011110011110 | e99ab9efbdbfe89da3efbdb4e8b681e5b79e |
UHC | ?????州 | 00111111001111110011111100111111001111111111000110110110 | 3f3f3f3f3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)