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 | ◆?釐ぢ? | 1000000110011111001111111110011111011000100000101100000000111111 | 819f3fe7d882c03f |
EUC-JP | ◆?釐ぢ? | 1010001010100001001111111110111011011010101001001100001000111111 | a2a13feedaa4c23f |
UTF-8 | ◆룵釐ぢ룶 | 111000101001011110000110111010111010001110110101111010011000011110010000111000111000000110100010111010111010001110110110 | e29786eba3b5e98790e381a2eba3b6 |
UHC | ◆룵釐ぢ룶 | 10100001110111111000111110101010110101111110110110101010110000101000111110101011 | a1df8faad7edaac28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)