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 | 髷懷町鞫コ | 111010011001111010011100111001011001001010101100111001101001000110111010 | e99e9ce592ace691ba |
EUC-JP | 髷懷町鞫コ | 11110001111111101101100011100111110001001010111011101011111100011000111010111010 | f1fed8e7c4aeebf18eba |
UTF-8 | 髷懷町鞫コ | 111010011010101110110111111001101000011110110111111001111001010010111010111010011001111010101011111011111011110110111010 | e9abb7e687b7e794bae99eabefbdba |
UHC | ?懷町鞫? | 0011111111111100111000111110111111101011110011111101010000111111 | 3ffce3efebcfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)