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 | 雅λ?俄 | 10001001111010111000001111001001001111111000100111100010 | 89eb83c93f89e2 |
EUC-JP | 雅λ?俄 | 10110010111011011010011011001011001111111011001011100100 | b2eda6cb3fb2e4 |
UTF-8 | 雅λ묽俄 | 1110100110011011100001011100111010111011111010111010110010111101111001001011111110000100 | e99b85cebbebacbde4bf84 |
UHC | 雅λ묽俄 | 1110010010111010101001011110101110111001101100011110010010101101 | e4baa5ebb9b1e4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)