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 | イ鬘コ | 11110001111010011011001011101001101000011111100011101011111100011000111010111010 | f1e9b2e9a1f8ebf18eba |
EUC-JP | ?イ鬘??コ | 001111111000111010110010111100101010001100111111001111111000111010111010 | 3f8eb2f2a33f3f8eba |
UTF-8 | イ鬘コ | 111011101000010110100100111011111011110110110010111010011010110010011000111011101001101010001010111011101000010010001001111011111011110110111010 | ee85a4efbdb2e9ac98ee9a8aee8489efbdba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)