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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌λ?逆? | 1110001010100011100000111100100100111111100010110111010000111111 | e2a383c93f8b743f |
EUC-JP | 筌λ?逆? | 1110010010100101101001101100101100111111101101011101010100111111 | e4a5a6cb3fb5d53f |
UTF-8 | 筌λ㈃逆볿 | 1110011110101101100011001100111010111011111000111000100010000011111010011000000010000110111010111011001110111111 | e7ad8ccebbe38883e98086ebb3bf |
UHC | 筌λ㈃逆볿 | 11101111101001111010010111101011101010011011010011100110101111011001010001000010 | efa7a5eba9b4e6bd9442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)