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 | ??怨棒?孟 | 001111110011111110001001100001011001011001011111001111111001011011010000 | 3f3f8985965f3f96d0 |
EUC-JP | 佾?怨棒?孟 | 1000111110110000111110110011111110110001111001011100101111000000001111111100110011010010 | 8fb0fb3fb1e5cbc03fccd2 |
UTF-8 | 佾렪怨棒롛孟 | 111001001011110110111110111010111010000010101010111001101000000010101000111001101010001110010010111010111010000110011011111001011010110110011111 | e4bdbeeba0aae680a8e6a392eba19be5ad9f |
UHC | 佾렪怨棒롛孟 | 111011001110101110001110101110001110101010110011110111001110101010001110110111111101100011101011 | eceb8eb8eab3dcea8edfd8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)