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 | ◇??オ? | 10000001100111100011111100111111100000110100100100111111 | 819e3f3f83493f |
EUC-JP | ◇??オ? | 10100001111111100011111100111111101001011010101000111111 | a1fe3f3fa5aa3f |
UTF-8 | ◇룵쨵オ룫 | 111000101001011110000111111010111010001110110101111011001010100010110101111000111000001010101010111010111010001110101011 | e29787eba3b5eca8b5e382aaeba3ab |
UHC | ◇룵쨵オ룫 | 10100001110111101000111110101010101001001000111110101011101010101000111110100010 | a1de8faaa48fabaa8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)