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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | 苒λ?悅λ?t | 1110010010010010100000111100100100111111111110101011110110000011110010010011111101110100 | e49283c93ffabd83c93f74 |
EUC-JP | 苒λ??λ?t | 11100111111100101010011011001011001111110011111110100110110010110011111101110100 | e7f2a6cb3f3fa6cb3f74 |
UTF-8 | 苒λ젩悅λ젻t | 1110100010001011100100101100111010111011111011001010000010101001111001101000001010000101110011101011101111101100101000001011101101110100 | e88b92cebbeca0a9e68285cebbeca0bb74 |
UHC | 苒λ젩悅λ젻t | 11100110111111101010010111101011101000001010000111100110111011011010010111101011101000001010111001110100 | e6fea5eba0a1e6eda5eba0ae74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)