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 | 寤λ?韋?? | 100110111000100010000011110010010011111111101000111010000011111100111111 | 9b8883c93fe8e83f3f |
EUC-JP | 寤λ?韋?? | 110101011110100010100110110010110011111111110000111010100011111100111111 | d5e8a6cb3ff0ea3f3f |
UTF-8 | 寤λ씞韋뤻렟 | 1110010110101111101001001100111010111011111011001001010010011110111010011001111110001011111010111010010010111011111010111010000010011111 | e5afa4cebbec949ee99f8beba4bbeba09f |
UHC | 寤λ씞韋뤻렟 | 111001111111010110100101111010111001110110110010111010101101111110001111111010011000111010110000 | e7f5a5eb9db2eadf8fe98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)