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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩怜「馴涸 | 111010011010100110010111111001011010001010010011111010011001111110111111 | e9a997e5a293e99fbf |
EUC-JP | 鬩怜「馴涸 | 11110010101010111100111011100111100011101010001011000110111010111101111011000001 | f2abcee78ea2c6ebdec1 |
UTF-8 | 鬩怜「馴涸 | 111010011010110010101001111001101000000010011100111011111011110110100010111010011010011010110100111001101011011010111000 | e9aca9e6809cefbda2e9a6b4e6b6b8 |
UHC | ?怜?馴? | 00111111110101101011101100111111111000101111100000111111 | 3fd6bb3fe2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)