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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セュ鯡 | 101111101111100011010100101011011110100111001010 | bef8d4ade9ca |
EUC-JP | セ?ュ鯡 | 10001110101111100011111110001110101011011111001011001100 | 8ebe3f8eadf2cc |
UTF-8 | セュ鯡 | 111011111011110110111110111011101001100110110011111011111011110110101101111010011010111110100001 | efbdbeee99b3efbdade9afa1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)