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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 饌艘饌艘B | 111010010110000111100100011110101110100101100001111001000111101001000010 | e961e47ae961e47a42 |
EUC-JP | 饌艘饌艘B | 111100011100001011100111110110111111000111000010111001111101101101000010 | f1c2e7dbf1c2e7db42 |
UTF-8 | 饌艘饌艘B | 11101001101001011000110011101000100010011001100011101001101001011000110011101000100010011001100001000010 | e9a58ce88998e9a58ce8899842 |
UHC | 饌?饌?B | 11110011110010100011111111110011110010100011111101000010 | f3ca3ff3ca3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)