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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 映?Щ映?ЩB | 1000100101100110001111111000010001011010100010010110011000111111100001000101101001000010 | 89663f845a89663f845a42 |
EUC-JP | 映?Щ映?ЩB | 1011000111000111001111111010011110111011101100011100011100111111101001111011101101000010 | b1c73fa7bbb1c73fa7bb42 |
UTF-8 | 映뽭Щ映뽭ЩB | 1110011010011000101000001110101110111101101011011101000010101001111001101001100010100000111010111011110110101101110100001010100101000010 | e698a0ebbdadd0a9e698a0ebbdadd0a942 |
UHC | 映뽭Щ映뽭ЩB | 11100111101100011001011011101001101011001011101111100111101100011001011011101001101011001011101101000010 | e7b196e9acbbe7b196e9acbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)