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 | 00111111001111110011111100111111001111110100111101000110 | 3f3f3f3f3f4f46 |
SJIS-WIN | 鏑私?蹟?OF | 10010011010011001000111010000100001111111001000011010110001111110100111101000110 | 934c8e843f90d63f4f46 |
EUC-JP | 鏑私?蹟?OF | 11000101101011011011101111100100001111111100000011011000001111110100111101000110 | c5adbbe43fc0d83f4f46 |
UTF-8 | 鏑私狼蹟렚OF | 1110100110001111100100011110011110100111100000011110111110100100101010111110100010111001100111111110101110100000100110100100111101000110 | e98f91e7a781efa4abe8b99feba09a4f46 |
UHC | 鏑私狼蹟렚OF | 111011101110101111011110111001111101001010101010111011101110011110001110101011010100111101000110 | eeebdee7d2aaeee78ead4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)