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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | モ。モケ^ | 111100011101110011110010111000111101001110100001110100111011100101011110 | f1dcf2e3d3a1d3b95e |
EUC-JP | ??モ。モケ^ | 0011111100111111100011101101001110001110101000011000111011010011100011101011100101011110 | 3f3f8ed38ea18ed38eb95e |
UTF-8 | モ。モケ^ | 11101110100001011001011111101110100010001001101011101111101111101001001111101111101111011010000111101111101111101001001111101111101111011011100101011110 | ee8597ee889aefbe93efbda1efbe93efbdb95e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)