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 | ??勃癰 | 001111110011111110010110011101011110000110011110 | 3f3f9675e19e |
EUC-JP | ??勃癰 | 001111110011111111001011110101101110000111111110 | 3f3fcbd6e1fe |
UTF-8 | 뤝뮌勃癰 | 111010111010010010011101111010111010111010001100111001011000101110000011111001111001100110110000 | eba49debae8ce58b83e799b0 |
UHC | 뤝뮌勃癰 | 1000111111001100101110011100000011011010111110101110100010111001 | 8fccb9c0dafae8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)