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 | 弔?畯貊?署 | 10010010101000100011111111111011011011111110011010111011001111111000111110010000 | 92a23ffb6fe6bb3f8f90 |
EUC-JP | 弔?畯貊?署 | 1100010010100100001111111000111111001101101110111110110010111101001111111011110111110000 | c4a43f8fcdbbecbd3fbdf0 |
UTF-8 | 弔렲畯貊뤈署 | 111001011011110010010100111010111010000010110010111001111001010110101111111010001011001010001010111010111010010010001000111001111011110110110010 | e5bc94eba0b2e795afe8b28aeba488e7bdb2 |
UHC | 弔렲畯貊뤈署 | 111100001100000010001110101111111111000111100001110110001110011110001111101110001101111111111110 | f0c08ebff1e1d8e78fb8dffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)