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 | 諸?l肢 | 10001111100101000011111110000010100011001000111010001000 | 8f943f828c8e88 |
EUC-JP | 諸?l肢 | 10111101111101000011111110100011111011001011101111101000 | bdf43fa3ecbbe8 |
UTF-8 | 諸겼l肢 | 111010001010101110111000111010101011001010111100111011111011110110001100111010001000001010100010 | e8abb8eab2bcefbd8ce882a2 |
UHC | 諸겼l肢 | 1111000010110011101100001110010110100011111011001111001010110110 | f0b3b0e5a3ecf2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)