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 | 痾咫痿眩瘁髴 | 111000010111110110011010010000001110000101111110111000011011111111100001100000011110100110011100 | e17d9a40e17ee1bfe181e99c |
EUC-JP | 痾咫痿眩瘁髴 | 111000011101111011010011101000011110000111011111111000101100000111100001111000011111000111111100 | e1ded3a1e1dfe2c1e1e1f1fc |
UTF-8 | 痾咫痿眩瘁髴 | 111001111001011110111110111001011001001010101011111001111001011110111111111001111001110010101001111001111001100010000001111010011010101110110100 | e797bee592abe797bfe79ca9e79881e9abb4 |
UHC | ?咫?眩?? | 0011111111110010101000010011111111111010110111110011111100111111 | 3ff2a13ffadf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)