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 | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 坦卒淡探]H | 10010010010100101001000110110010100100100101011110010010010101000101110101001000 | 925291b2925792545d48 |
EUC-JP | 坦卒淡探]H | 11000011101100111100001010110100110000111011100011000011101101010101110101001000 | c3b3c2b4c3b8c3b55d48 |
UTF-8 | 坦卒淡探]H | 1110010110011101101001101110010110001101100100101110011010110111101000011110011010001110101000100101110101001000 | e59da6e58d92e6b7a1e68ea25d48 |
UHC | 坦卒淡探]H | 11110111101001001111000011101111110100111011111111110111101011100101110101001000 | f7a4f0efd3bff7ae5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)