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 | 洩族銑誰 | 1000100101101011100100011011000010010001010011001001001001001110 | 896b91b0914c924e |
EUC-JP | 洩族銑誰 | 1011000111001100110000101011001011000001101011011100001110101111 | b1ccc2b2c1adc3af |
UTF-8 | 洩族銑誰 | 111001101011010010101001111001101001011110001111111010011000101010010001111010001010101010110000 | e6b4a9e6978fe98a91e8aab0 |
UHC | 洩族銑誰 | 1110000011011101111100001110100111100000110101011110001011000001 | e0ddf0e9e0d5e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)