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 | 111010011000110010111011111001111010100010101110110100001010101001000010 | e98cbbe7a8aed0aa42 |
EUC-JP | 骭サ遞ョミェB | 11110001111011001000111010111011111011101010101010001110101011101000111011010000100011101010101001000010 | f1ec8ebbeeaa8eae8ed08eaa42 |
UTF-8 | 骭サ遞ョミェB | 11101001101010101010110111101111101111011011101111101001100000011001111011101111101111011010111011101111101111101001000011101111101111011010101001000010 | e9aaadefbdbbe9819eefbdaeefbe90efbdaa42 |
UHC | ??遞???B | 0011111100111111111101001111011000111111001111110011111101000010 | 3f3ff4f63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)