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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謚第勞 | 111001101000101010010001111001101001100110100111 | e68a91e699a7 |
EUC-JP | 謚第勞 | 111010111110101011000010111010001101001010101001 | ebeac2e8d2a9 |
UTF-8 | 謚第勞 | 111010001010110010011010111001111010110010101100111001011000101110011110 | e8ac9ae7acace58b9e |
UHC | 謚第勞 | 111011001101000011110000101011111101011011001100 | ecd0f0afd6cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)