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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 迯底サ南俺B | 11100111100011011001001011101010101110111001001111101100100010011011010001000010 | e78d92eabb93ec89b442 |
EUC-JP | 迯底サ南俺B | 1110110111101101110001001110110010001110101110111100011011101110101100101011011001000010 | ededc4ec8ebbc6eeb2b642 |
UTF-8 | 迯底サ南俺B | 11101000101111111010111111100101101110101001010111101111101111011011101111100101100011011001011111100100101111111011101001000010 | e8bfafe5ba95efbdbbe58d97e4bfba42 |
UHC | ?底?南俺B | 001111111110111010111100001111111101000111110101111001011110111101000010 | 3feebc3fd1f5e5ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)