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 | 嫉鱧ト齊イ | 11110000111010101000111010111001111010011110010111000100111010101000111010110010 | f0ea8eb9e9e5c4ea8eb2 |
EUC-JP | ?嫉鱧ト齊イ | 0011111110111100101110111111001011100111100011101100010011110011111011101000111010110010 | 3fbcbbf2e78ec4f3ee8eb2 |
UTF-8 | 嫉鱧ト齊イ | 111011101000001010101001111001011010101110001001111010011011000110100111111011111011111010000100111010011011110110001010111011111011110110110010 | ee82a9e5ab89e9b1a7efbe84e9bd8aefbdb2 |
UHC | ?嫉??齊? | 0011111111110010111011000011111100111111111100001011101000111111 | 3ff2ec3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)