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 | 逕菩芙 | 111001111001010010010101111011001001010110000111 | e79495ec9587 |
EUC-JP | 逕菩芙 | 111011011111010011001010111011101100100111100111 | edf4caeec9e7 |
UTF-8 | 逕菩芙 | 111010011000000010010101111010001000111110101001111010001000101010011001 | e98095e88fa9e88a99 |
UHC | 逕菩芙 | 110011001110111111011100110011001101110110110011 | ccefdcccddb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)