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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諸?l佇?齊 | 10001111100101000011111110000010100011001001100011001000001111111110101010001110 | 8f943f828c98c83fea8e |
EUC-JP | 諸?l佇?齊 | 10111101111101000011111110100011111011001101000011001010001111111111001111101110 | bdf43fa3ecd0ca3ff3ee |
UTF-8 | 諸겼l佇렋齊 | 111010001010101110111000111010101011001010111100111011111011110110001100111001001011110110000111111010111010000010001011111010011011110110001010 | e8abb8eab2bcefbd8ce4bd87eba08be9bd8a |
UHC | 諸겼l佇렋齊 | 111100001011001110110000111001011010001111101100111011101011011110001110101000101111000010111010 | f0b3b0e5a3eceeb78ea2f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)