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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 闔ィ豌エ繧ェE | 11101000100011101010100011100110101100001011010011100011100000101010101001000101 | e88ea8e6b0b4e382aa45 |
EUC-JP | 闔ィ豌エ繧ェE | 11101111111011101000111010101000111011001011001010001110101101001110010111100010100011101010101001000101 | efee8ea8ecb28eb4e5e28eaa45 |
UTF-8 | 闔ィ豌エ繧ェE | 11101001100101111001010011101111101111011010100011101000101100011000110011101111101111011011010011100111101110011010011111101111101111011010101001000101 | e99794efbda8e8b18cefbdb4e7b9a7efbdaa45 |
UHC | 闔?豌???E | 111110011110111100111111111010001101010100111111001111110011111101000101 | f9ef3fe8d53f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)