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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 迂狡?B | 100010010100100111100000110000100011111101000010 | 8949e0c23f42 |
EUC-JP | 迂狡?B | 101100011010101011100000110001000011111101000010 | b1aae0c43f42 |
UTF-8 | 迂狡浪B | 11101000101111111000001011100111100010111010000111101111101001001010101001000010 | e8bf82e78ba1efa4aa42 |
UHC | 迂狡浪B | 11101001111001101100111011101010110100101010100101000010 | e9e6ceead2a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)