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 | 諍肯?? | 111001100111100110001101011011010011111100111111 | e6798d6d3f3f |
EUC-JP | 諍肯?? | 111010111101101010111001110011100011111100111111 | ebdab9ce3f3f |
UTF-8 | 諍肯렞렔 | 111010001010101110001101111010001000001010101111111010111010000010011110111010111010000010010100 | e8ab8de882afeba09eeba094 |
UHC | 諍肯렞렔 | 1110111010110101110100001110100110001110101011111000111010101001 | eeb5d0e98eaf8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)