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 | 釥蕣遮 | 111110111100000011100100111110101000111011010101 | fbc0e4fa8ed5 |
EUC-JP | 釥蕣遮 | 10001111111000111010101111101000111111001011110011010111 | 8fe3abe8fcbcd7 |
UTF-8 | 釥蕣遮 | 111010011000011110100101111010001001010110100011111010011000000110101110 | e987a5e895a3e981ae |
UHC | ?蕣遮 | 0011111111100010111100101111001110110100 | 3fe2f2f3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)