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 | 将ソ将モ将ホ | 100011111010101110111111100011111010101111010011100011111010101111001110 | 8fabbf8fabd38fabce |
EUC-JP | 将ソ将モ将ホ | 101111101010110110001110101111111011111010101101100011101101001110111110101011011000111011001110 | bead8ebfbead8ed3bead8ece |
UTF-8 | 将ソ将モ将ホ | 111001011011000010000110111011111011110110111111111001011011000010000110111011111011111010010011111001011011000010000110111011111011111010001110 | e5b086efbdbfe5b086efbe93e5b086efbe8e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)