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 | 逕菩噴 | 111001111001010010010101111011001001010110101100 | e79495ec95ac |
EUC-JP | 逕菩噴 | 111011011111010011001010111011101100101010101110 | edf4caeecaae |
UTF-8 | 逕菩噴 | 111010011000000010010101111010001000111110101001111001011001100110110100 | e98095e88fa9e599b4 |
UHC | 逕菩噴 | 110011001110111111011100110011001101110111000100 | ccefdcccddc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)