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 | 莠悟朕 | 111001001011101010001100111001011001001010111101 | e4ba8ce592bd |
EUC-JP | 莠悟朕 | 111010001011110010111000111001111100010010111111 | e8bcb8e7c4bf |
UTF-8 | 莠悟朕 | 111010001000111010100000111001101000001010011111111001101001110010010101 | e88ea0e6829fe69c95 |
UHC | ?悟朕 | 0011111111100111111101101111001011111001 | 3fe7f6f2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)