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 | 犱。゙犱。ワ^ | 111110110101101110100001110111101111101101011011101000011101110001011110 | fb5ba1defb5ba1dc5e |
EUC-JP | 犱。゙犱。ワ^ | 100011111100101011101111100011101010000110001110110111101000111111001010111011111000111010100001100011101101110001011110 | 8fcaef8ea18ede8fcaef8ea18edc5e |
UTF-8 | 犱。゙犱。ワ^ | 11100111100010101011000111101111101111011010000111101111101111101001111011100111100010101011000111101111101111011010000111101111101111101001110001011110 | e78ab1efbda1efbe9ee78ab1efbda1efbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)