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 | ???申 | 0011111100111111001111111001000001011100 | 3f3f3f905c |
EUC-JP | ???申 | 0011111100111111001111111011111110111101 | 3f3f3fbfbd |
UTF-8 | 橓덊뢚申 | 111001101010100110010011111010111000110110001010111010111010001010011010111001111001010010110011 | e6a993eb8d8aeba29ae794b3 |
UHC | 橓덊뢚申 | 1110001011100101100010001110110110001111010101011110001111101001 | e2e588ed8f55e3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)