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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 形族綜洩 | 1000110001100000100100011011000010010001100011101000100101101011 | 8c6091b0918e896b |
EUC-JP | 形族綜洩 | 1011011111000001110000101011001011000001111011101011000111001100 | b7c1c2b2c1eeb1cc |
UTF-8 | 形族綜洩 | 111001011011110110100010111001101001011110001111111001111011011010011100111001101011010010101001 | e5bda2e6978fe7b69ce6b4a9 |
UHC | 形族綜洩 | 1111101110100001111100001110100111110000111111001110000011011101 | fba1f0e9f0fce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)