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 | 鳬治?悵 | 11101001111010011000111010100001001111111001110010101110 | e9e98ea13f9cae |
EUC-JP | 鳬治湗悵 | 111100101110101110111100101000111000111111000111111110111101100010110000 | f2ebbca38fc7fbd8b0 |
UTF-8 | 鳬治湗悵 | 111010011011001110101100111001101011001010111011111001101011100110010111111001101000001010110101 | e9b3ace6b2bbe6b997e682b5 |
UHC | ?治?? | 0011111111110110101111010011111100111111 | 3ff6bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)