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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?λ?乙??? | 001111111000001111001001001111111000100110110011001111110011111100111111 | 3f83c93f89b33f3f3f |
EUC-JP | ?λ?乙??? | 001111111010011011001011001111111011001010110101001111110011111100111111 | 3fa6cb3fb2b53f3f3f |
UTF-8 | 筽λ솃乙대룈嶺 | 1110011110101101101111011100111010111011111011001000011010000011111001001011100110011001111010111000110010000000111010111010001110001000111011111010011010101011 | e7adbdcebbec8683e4b999eb8c80eba388efa6ab |
UHC | 筽λ솃乙대룈嶺 | 1110100010100100101001011110101110011001100010001110101111100000101101001110101110001111100001111110011110101101 | e8a4a5eb9988ebe0b4eb8f87e7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)