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 | ???狩 | 0011111100111111001111111000111011101011 | 3f3f3f8eeb |
EUC-JP | ???狩 | 0011111100111111001111111011110011101101 | 3f3f3fbced |
UTF-8 | 橓덊뢚狩 | 111001101010100110010011111010111000110110001010111010111010001010011010111001111000101110101001 | e6a993eb8d8aeba29ae78ba9 |
UHC | 橓덊뢚狩 | 1110001011100101100010001110110110001111010101011110001010101101 | e2e588ed8f55e2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)