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 | 雅λ?? | 100010011110101110000011110010010011111100111111 | 89eb83c93f3f |
EUC-JP | 雅λ?? | 101100101110110110100110110010110011111100111111 | b2eda6cb3f3f |
UTF-8 | 雅λ묽若 | 1110100110011011100001011100111010111011111010111010110010111101111011111010010110110100 | e99b85cebbebacbdefa5b4 |
UHC | 雅λ묽若 | 1110010010111010101001011110101110111001101100011110010110101110 | e4baa5ebb9b1e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)