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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腫貊?悛 | 10001110111011101110011010111011001111111001110010100000 | 8eeee6bb3f9ca0 |
EUC-JP | 腫貊?悛 | 10111100111100001110110010111101001111111101100010100010 | bcf0ecbd3fd8a2 |
UTF-8 | 腫貊쨔悛 | 111010001000010110101011111010001011001010001010111011001010100010010100111001101000001010011011 | e885abe8b28aeca894e6829b |
UHC | 腫貊쨔悛 | 1111000011111110110110001110011111000010101110011110111011111001 | f0fed8e7c2b9eef9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)