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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???佾?? | 0011111100111111001111111000111110110000111110110011111100111111 | 3f3f3f8fb0fb3f3f |
UTF-8 | 掠뗰퐡佾쒎럴 | 111011111010010110110101111010111001011110110000111011011001000010100001111001001011110110111110111011001001001010001110111010111001111110110100 | efa5b5eb97b0ed90a1e4bdbeec928eeb9fb4 |
UHC | 掠뗰퐡佾쒎럴 | 111001011011000110001011111011111011110110001010111011001110101110011100111001011011011110110010 | e5b18befbd8aeceb9ce5b7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)