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 | ???OF | 0011111100111111001111110100111101000110 | 3f3f3f4f46 |
SJIS-WIN | 蘊れ?OF | 11100101010111011000001011101010001111110100111101000110 | e55d82ea3f4f46 |
EUC-JP | 蘊れ?OF | 11101001101111101010010011101100001111110100111101000110 | e9bea4ec3f4f46 |
UTF-8 | 蘊れ꽎OF | 1110100010011000100010101110001110000010100011001110101010111101100011100100111101000110 | e8988ae3828ceabd8e4f46 |
UHC | 蘊れ꽎OF | 1110100010110011101010101110110010000100100111100100111101000110 | e8b3aaec849e4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)