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 | 羞≦オ^ | 11100011101101011000000110000101100000110100100101011110 | e3b5818583495e |
EUC-JP | 羞≦オ^ | 11100110101101111010000111100101101001011010101001011110 | e6b7a1e5a5aa5e |
UTF-8 | 羞≦オ^ | 11100111101111101001111011100010100010011010011011100011100000101010101001011110 | e7be9ee289a6e382aa5e |
UHC | 羞?オ^ | 111000101011101000111111101010111010101001011110 | e2ba3fabaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)