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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 骭サ遞ョミェ^ | 111010011000110010111011111001111010100010101110110100001010101001011110 | e98cbbe7a8aed0aa5e |
EUC-JP | 骭サ遞ョミェ^ | 11110001111011001000111010111011111011101010101010001110101011101000111011010000100011101010101001011110 | f1ec8ebbeeaa8eae8ed08eaa5e |
UTF-8 | 骭サ遞ョミェ^ | 11101001101010101010110111101111101111011011101111101001100000011001111011101111101111011010111011101111101111101001000011101111101111011010101001011110 | e9aaadefbdbbe9819eefbdaeefbe90efbdaa5e |
UHC | ??遞???^ | 0011111100111111111101001111011000111111001111110011111101011110 | 3f3ff4f63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)