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 | ◇??げ? | 10000001100111100011111100111111100000101011000000111111 | 819e3f3f82b03f |
EUC-JP | ◇??げ? | 10100001111111100011111100111111101001001011001000111111 | a1fe3f3fa4b23f |
UTF-8 | ◇룶卽げ룶 | 111000101001011110000111111010111010001110110110111001011000110110111101111000111000000110010010111010111010001110110110 | e29787eba3b6e58dbde38192eba3b6 |
UHC | ◇룶卽げ룶 | 10100001110111101000111110101011111100011110110110101010101100101000111110101011 | a1de8fabf1edaab28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)