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 | 琮?應句 | 11111011011010100011111110011100111001001000101111100101 | fb6a3f9ce48be5 |
EUC-JP | 琮?應句 | 1000111111001100101100100011111111011000111001101011011011100111 | 8fccb23fd8e6b6e7 |
UTF-8 | 琮렩應句 | 111001111001000010101110111010111010000010101001111001101000011110001001111001011000111110100101 | e790aeeba0a9e68789e58fa5 |
UHC | 琮렩應句 | 1111000011111001100011101011011111101011111010111100111110100011 | f0f98eb7ebebcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)