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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?щ?徇?? | 0011111110000100100010110011111110011100011011010011111100111111 | 3f848b3f9c6d3f3f |
EUC-JP | ?щ?徇?? | 0011111110100111111010110011111111010111110011100011111100111111 | 3fa7eb3fd7ce3f3f |
UTF-8 | 寧щ걪徇섉땶 | 1110111110100110101010101101000110001001111010101011000110101010111001011011111010000111111011001000010010001001111010111001010110110110 | efa6aad189eab1aae5be87ec8489eb95b6 |
UHC | 寧щ걪徇섉땶 | 111001111010110010101100111010111000000110010011111000101101111110011000111001101000101110001100 | e7acaceb8193e2df98e68b8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)