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 | ??獰? | 0011111100111111111000001101011000111111 | 3f3fe0d63f |
EUC-JP | ??獰? | 0011111100111111111000001101100000111111 | 3f3fe0d83f |
UTF-8 | 뤯훵獰쿍 | 111010111010010010101111111011011001101110110101111001111000110110110000111011001011111110001101 | eba4afed9bb5e78db0ecbf8d |
UHC | 뤯훵獰쿍 | 1000111111011101110010001101000011100111101111101011001101000010 | 8fddc8d0e7beb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)