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 | 葹イ蜿ア赱シ | 111001001101111110110010111001011000111110110001111001101101111110111100 | e4dfb2e58fb1e6dfbc |
EUC-JP | 葹イ蜿ア赱シ | 111010001110000110001110101100101110100111101111100011101011000111101100111000011000111010111100 | e8e18eb2e9ef8eb1ece18ebc |
UTF-8 | 葹イ蜿ア赱シ | 111010001001000110111001111011111011110110110010111010001001110010111111111011111011110110110001111010001011010110110001111011111011110110111100 | e891b9efbdb2e89cbfefbdb1e8b5b1efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)