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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?忽ゎ | 0011111110001101100110101000001011101100 | 3f8d9a82ec |
EUC-JP | ?忽ゎ | 0011111110111001111110101010010011101110 | 3fb9faa4ee |
UTF-8 | 뤑忽ゎ | 111010111010010010010001111001011011111110111101111000111000001010001110 | eba491e5bfbde3828e |
UHC | 뤑忽ゎ | 100011111100000111111011111011001010101011101110 | 8fc1fbecaaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)