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 | ???} | 0011111100111111001111111000000101110000 | 3f3f3f8170 |
EUC-JP | ???} | 0011111100111111001111111010000111010001 | 3f3f3fa1d1 |
UTF-8 | 뤉칿퍗} | 111010111010010010001001111011001011100110111111111011011000110110010111111011111011110110011101 | eba489ecb9bfed8d97efbd9d |
UHC | 뤉칿퍗} | 1000111110111001101011111000111010111011100011101010001111111101 | 8fb9af8ebb8ea3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)