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 | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
SJIS-WIN | セュ実セャ竺]H | 10111110101011011000111011000000101111101010110010001110101100010101110101001000 | bead8ec0beac8eb15d48 |
EUC-JP | セュ実セャ竺]H | 1000111010111110100011101010110110111100110000101000111010111110100011101010110010111100101100110101110101001000 | 8ebe8eadbcc28ebe8eacbcb35d48 |
UTF-8 | セュ実セャ竺]H | 1110111110111101101111101110111110111101101011011110010110101110100111111110111110111101101111101110111110111101101011001110011110101011101110100101110101001000 | efbdbeefbdade5ae9fefbdbeefbdace7abba5d48 |
UHC | ?????竺]H | 001111110011111100111111001111110011111111110101111001110101110101001000 | 3f3f3f3f3ff5e75d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)