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 | 耶??涅β? | 100101101110101100111111001111111001111110111000100000111100000000111111 | 96eb3f3f9fb883c03f |
EUC-JP | 耶??涅β? | 110011001110110100111111001111111101111010111010101001101100001000111111 | cced3f3fdebaa6c23f |
UTF-8 | 耶⑸젘涅β뀪 | 1110100010000000101101101110001010010001101110001110110010100000100110001110011010110110100001011100111010110010111010111000000010101010 | e880b6e291b8eca098e6b685ceb2eb80aa |
UHC | 耶⑸젘涅β뀪 | 111001011010110110101001111010111010000010010100111001101110111010100101111000101000010110100000 | e5ada9eba094e6eea5e285a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)