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 | ?H? | 001111110100100000111111 | 3f483f |
SJIS-WIN | ?H瀟 | 00111111010010001110000001101110 | 3f48e06e |
EUC-JP | ?H瀟 | 00111111010010001101111111001111 | 3f48dfcf |
UTF-8 | 숷H瀟 | 11101100100010001011011101001000111001111000000010011111 | ec88b748e7809f |
UHC | 숷H瀟 | 1001101001001100010010001110000110111110 | 9a4c48e1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)