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 | ???涅λ? | 0011111100111111001111111001111110111000100000111100100100111111 | 3f3f3f9fb883c93f |
EUC-JP | ???涅λ? | 0011111100111111001111111101111010111010101001101100101100111111 | 3f3f3fdebaa6cb3f |
UTF-8 | 若노젶涅λ젉 | 1110111110100101101101001110101110000101101110001110110010100000101101101110011010110110100001011100111010111011111011001010000010001001 | efa5b4eb85b8eca0b6e6b685cebbeca089 |
UHC | 若노젶涅λ젉 | 111001011010111010110011111010111010000010101010111001101110111010100101111010111010000010001011 | e5aeb3eba0aae6eea5eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)