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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 荵御音^ | 11100100101110011000110011100100100010011011100101011110 | e4b98ce489b95e |
EUC-JP | 荵御音^ | 11101000101110111011100011100110101100101011101101011110 | e8bbb8e6b2bb5e |
UTF-8 | 荵御音^ | 11101000100011011011010111100101101111101010000111101001100111111011001101011110 | e88db5e5bea1e99fb35e |
UHC | ?御音^ | 001111111110010111011001111010111110010101011110 | 3fe5d9ebe55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)