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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 筌λ????V | 111000101010001110000011110010010011111100111111001111110011111101010110 | e2a383c93f3f3f3f56 |
EUC-JP | 筌λ?旿??V | 1110010010100101101001101100101100111111100011111100000111110100001111110011111101010110 | e4a5a6cb3f8fc1f43f3f56 |
UTF-8 | 筌λ젛旿섎졁V | 111001111010110110001100110011101011101111101100101000001001101111100110100101111011111111101100100001001000111011101100101000011000000101010110 | e7ad8ccebbeca09be697bfec848eeca18156 |
UHC | 筌λ젛旿섎졁V | 11101111101001111010010111101011101000001001011111100111111110101001100011101011101000001011001001010110 | efa7a5eba097e7fa98eba0b256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)