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 | 潁鴣輊軫 | 1001111111110001111010011111001111100111011010001110011101100110 | 9ff1e9f3e768e766 |
EUC-JP | 潁鴣輊軫 | 1101111011110011111100101111010111101101110010011110110111000111 | def3f2f5edc9edc7 |
UTF-8 | 潁鴣輊軫 | 111001101011110110000001111010011011010010100011111010001011110010001010111010001011101110101011 | e6bd81e9b4a3e8bc8ae8bbab |
UHC | 潁??軫 | 111001111011100000111111001111111111001011100010 | e7b83f3ff2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)