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 | ?睛毋礪 | 00111111111000011100101110011111011110001110000111101000 | 3fe1cb9f78e1e8 |
EUC-JP | ?睛毋礪 | 00111111111000101100110111011101110110011110001011101010 | 3fe2cdddd9e2ea |
UTF-8 | 뤒睛毋礪 | 111010111010010010010010111001111001110110011011111001101010111110001011111001111010010010101010 | eba492e79d9be6af8be7a4aa |
UHC | 뤒睛毋礪 | 1000111111000010111011111110110011011001111011001101010111101100 | 8fc2efecd9ecd5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)