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 | 繒?應句 | 11111011100011110011111110011100111001001000101111100101 | fb8f3f9ce48be5 |
EUC-JP | 繒?應句 | 1000111111010100110101000011111111011000111001101011011011100111 | 8fd4d43fd8e6b6e7 |
UTF-8 | 繒렩應句 | 111001111011100110010010111010111010000010101001111001101000011110001001111001011000111110100101 | e7b992eba0a9e68789e58fa5 |
UHC | 繒렩應句 | 1111000111111001100011101011011111101011111010111100111110100011 | f1f98eb7ebebcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)