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 | 鮓サ隨枉 | 11101001101101101011101111100111101011001001111001011101 | e9b6bbe7ac9e5d |
EUC-JP | 鮓サ隨枉 | 1111001010111000100011101011101111101110101011101101101110111110 | f2b88ebbeeaedbbe |
UTF-8 | 鮓サ隨枉 | 111010011010111010010011111011111011110110111011111010011001101010101000111001101001111010001001 | e9ae93efbdbbe99aa8e69e89 |
UHC | ??隨枉 | 001111110011111111100010110010111110100011011011 | 3f3fe2cbe8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)